| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FieldInfo.IndexOptions | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching.  | 
| org.apache.lucene.index | Code to maintain and access indices. | 
| Uses of FieldInfo.IndexOptions in org.apache.lucene.document | 
|---|
| Methods in org.apache.lucene.document that return FieldInfo.IndexOptions | |
|---|---|
 FieldInfo.IndexOptions | 
FieldType.indexOptions()
FieldInfo.IndexOptions, describing what should be
 recorded into the inverted index | 
| Methods in org.apache.lucene.document with parameters of type FieldInfo.IndexOptions | |
|---|---|
 void | 
FieldType.setIndexOptions(FieldInfo.IndexOptions value)
Sets the indexing options for the field:  | 
| Uses of FieldInfo.IndexOptions in org.apache.lucene.index | 
|---|
| Methods in org.apache.lucene.index that return FieldInfo.IndexOptions | |
|---|---|
 FieldInfo.IndexOptions | 
FieldInfo.getIndexOptions()
Returns IndexOptions for the field, or null if the field is not indexed  | 
 FieldInfo.IndexOptions | 
IndexableFieldType.indexOptions()
FieldInfo.IndexOptions, describing what should be
 recorded into the inverted index | 
static FieldInfo.IndexOptions | 
FieldInfo.IndexOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static FieldInfo.IndexOptions[] | 
FieldInfo.IndexOptions.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Constructors in org.apache.lucene.index with parameters of type FieldInfo.IndexOptions | |
|---|---|
FieldInfo(String name,
          boolean indexed,
          int number,
          boolean storeTermVector,
          boolean omitNorms,
          boolean storePayloads,
          FieldInfo.IndexOptions indexOptions,
          DocValues.Type docValues,
          DocValues.Type normsType,
          Map<String,String> attributes)
Sole Constructor.  | 
|
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||