Uses of Class org.apache.lucene.document.Field.Store

Uses in package org.apache.lucene.document

Constructors with parameter type org.apache.lucene.document.Field.Store

AbstractField.AbstractField(String name, Field.Store store, Field.Index index, Field.TermVector termVector)
Field.Field(String name, String value, Field.Store store, Field.Index index)
Create a field by specifying its name, value and how it will be saved in the index.
Field.Field(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector)
Create a field by specifying its name, value and how it will be saved in the index.
Field.Field(String name, byte[] value, Field.Store store)
Create a stored field with binary value.

Fields of type org.apache.lucene.document.Field.Store

Field.Store
Store the original field value in the index in a compressed form.
Field.Store
Do not store the field value in the index.
Field.Store
Store the original field value in the index.

Uses in package org.apache.lucene.benchmark.byTask.feeds

Fields of type org.apache.lucene.document.Field.Store

Field.Store

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.