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

Packages that use FieldInfo.DocValuesType
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.DocValuesType in org.apache.lucene.document
 

Methods in org.apache.lucene.document that return FieldInfo.DocValuesType
 FieldInfo.DocValuesType FieldType.docValueType()
          DocValues FieldInfo.DocValuesType: if non-null then the field's value will be indexed into docValues.
 

Methods in org.apache.lucene.document with parameters of type FieldInfo.DocValuesType
 void FieldType.setDocValueType(FieldInfo.DocValuesType type)
          Set's the field's DocValuesType
 

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

Methods in org.apache.lucene.index that return FieldInfo.DocValuesType
 FieldInfo.DocValuesType IndexableFieldType.docValueType()
          DocValues FieldInfo.DocValuesType: if non-null then the field's value will be indexed into docValues.
 FieldInfo.DocValuesType FieldInfo.getDocValuesType()
          Returns FieldInfo.DocValuesType of the docValues.
 FieldInfo.DocValuesType FieldInfo.getNormType()
          Returns FieldInfo.DocValuesType of the norm.
static FieldInfo.DocValuesType FieldInfo.DocValuesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldInfo.DocValuesType[] FieldInfo.DocValuesType.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.DocValuesType
FieldInfo(String name, boolean indexed, int number, boolean storeTermVector, boolean omitNorms, boolean storePayloads, FieldInfo.IndexOptions indexOptions, FieldInfo.DocValuesType docValues, FieldInfo.DocValuesType normsType, Map<String,String> attributes)
          Sole Constructor.
 



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