|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexableFieldType
Describes the properties of a field.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 index
DocValues.Type docValueType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |