Uses of Class
org.apache.lucene.document.StoredValue
-
Packages that use StoredValue Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc.document Misc extensions of the Document/Field API. -
-
Uses of StoredValue in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as StoredValue Modifier and Type Field Description (package private) StoredValue
StoredFieldsWriter.MergeVisitor. storedValue
-
Uses of StoredValue in org.apache.lucene.document
Fields in org.apache.lucene.document declared as StoredValue Modifier and Type Field Description private StoredValue
DoubleField. storedValue
private StoredValue
FloatField. storedValue
private StoredValue
IntField. storedValue
private StoredValue
KeywordField. storedValue
private StoredValue
LongField. storedValue
private StoredValue
StringField. storedValue
private StoredValue
TextField. storedValue
Methods in org.apache.lucene.document that return StoredValue Modifier and Type Method Description StoredValue
DoubleField. storedValue()
StoredValue
Field. storedValue()
StoredValue
FloatField. storedValue()
StoredValue
IntField. storedValue()
StoredValue
KeywordField. storedValue()
StoredValue
LongField. storedValue()
StoredValue
StringField. storedValue()
StoredValue
TextField. storedValue()
-
Uses of StoredValue in org.apache.lucene.index
Methods in org.apache.lucene.index that return StoredValue Modifier and Type Method Description StoredValue
IndexableField. storedValue()
Stored value.StoredValue
IndexingChain.ReservedField. storedValue()
Methods in org.apache.lucene.index with parameters of type StoredValue Modifier and Type Method Description (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 Modifier and Type Method Description StoredValue
LazyDocument.LazyField. storedValue()
-