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) StoredValue
StoredFieldsWriter.MergeVisitor.storedValue
-
Uses of StoredValue in org.apache.lucene.document
Fields in org.apache.lucene.document declared as StoredValueModifier and TypeFieldDescriptionprivate final StoredValue
DoubleField.storedValue
private final StoredValue
FloatField.storedValue
private final StoredValue
IntField.storedValue
private final StoredValue
KeywordField.storedValue
private final StoredValue
LongField.storedValue
private final StoredValue
StringField.storedValue
private final StoredValue
TextField.storedValue
Methods 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) void
StoredFieldsConsumer.writeField
(FieldInfo info, StoredValue value) -
Uses of StoredValue in org.apache.lucene.misc.document
Methods in org.apache.lucene.misc.document that return StoredValue