Uses of Class
org.apache.lucene.document.StoredValue
Packages that use StoredValue
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
Misc extensions of the Document/Field API.
-
Uses of StoredValue in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as StoredValueModifier and TypeFieldDescription(package private) StoredValueStoredFieldsWriter.MergeVisitor.storedValue -
Uses of StoredValue in org.apache.lucene.document
Fields in org.apache.lucene.document declared as StoredValueModifier and TypeFieldDescriptionprivate final StoredValueDoubleField.storedValueprivate final StoredValueFloatField.storedValueprivate final StoredValueIntField.storedValueprivate final StoredValueKeywordField.storedValueprivate final StoredValueLongField.storedValueprivate final StoredValueStringField.storedValueprivate final StoredValueTextField.storedValueMethods in org.apache.lucene.document that return StoredValueModifier and TypeMethodDescriptionDoubleField.storedValue()Field.storedValue()FloatField.storedValue()IntField.storedValue()KeywordField.storedValue()LongField.storedValue()StringField.storedValue()TextField.storedValue() -
Uses of StoredValue in org.apache.lucene.index
Methods in org.apache.lucene.index that return StoredValueModifier and TypeMethodDescriptionIndexableField.storedValue()Stored value.IndexingChain.ReservedField.storedValue()Methods in org.apache.lucene.index with parameters of type StoredValueModifier and TypeMethodDescription(package private) voidStoredFieldsConsumer.writeField(FieldInfo info, StoredValue value) -
Uses of StoredValue in org.apache.lucene.misc.document
Methods in org.apache.lucene.misc.document that return StoredValue