public interface IndexableFieldType
| Modifier and Type | Method and Description |
|---|---|
DocValues.Type |
docValueType()
DocValues type; if non-null then the field's value
will be indexed into docValues
|
boolean |
indexed()
True if this field should be indexed (inverted)
|
FieldInfo.IndexOptions |
indexOptions()
FieldInfo.IndexOptions, describing what should be
recorded into the inverted index |
boolean |
omitNorms()
True if norms should not be indexed
|
boolean |
stored()
True if the field's value should be stored
|
boolean |
storeTermVectorOffsets()
True if term vector offsets should be indexed
|
boolean |
storeTermVectorPositions()
True if term vector positions should be indexed
|
boolean |
storeTermVectors()
True if term vectors should be indexed
|
boolean |
tokenized()
True if this field's value should be analyzed
|
boolean indexed()
boolean stored()
boolean tokenized()
boolean storeTermVectors()
boolean storeTermVectorOffsets()
boolean storeTermVectorPositions()
boolean omitNorms()
FieldInfo.IndexOptions indexOptions()
FieldInfo.IndexOptions, describing what should be
recorded into the inverted indexDocValues.Type docValueType()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.