Uses of Class
org.apache.lucene.index.FieldInfo.IndexOptions

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()
           
 

Methods in org.apache.lucene.document with parameters of type FieldInfo.IndexOptions
 void FieldType.setIndexOptions(FieldInfo.IndexOptions value)
           
 

Uses of FieldInfo.IndexOptions in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return FieldInfo.IndexOptions
 FieldInfo.IndexOptions FieldInfo.getIndexOptions()
           
 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)
           
 



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