Uses of Class
org.apache.lucene.index.StoredFields
Packages that use StoredFields
Package
Description
Lucene 5.0 compressing format.
Utilities for evaluation, data preparation, etc.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Code to search indices.
Highlighting search terms.
Support for Autocomplete/Autosuggest
-
Uses of StoredFields in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of StoredFields in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionfinal class
-
Uses of StoredFields in org.apache.lucene.classification.utils
Methods in org.apache.lucene.classification.utils with parameters of type StoredFieldsModifier and TypeMethodDescriptionprivate Document
DatasetSplitter.createNewDoc
(StoredFields originalFields, FieldType ft, ScoreDoc scoreDoc, String[] fieldNames) -
Uses of StoredFields in org.apache.lucene.codecs
Subclasses of StoredFields in org.apache.lucene.codecs -
Uses of StoredFields in org.apache.lucene.codecs.lucene90.compressing
Subclasses of StoredFields in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionfinal class
-
Uses of StoredFields in org.apache.lucene.codecs.simpletext
Subclasses of StoredFields in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
reads plaintext stored fields -
Uses of StoredFields in org.apache.lucene.index
Methods in org.apache.lucene.index that return StoredFieldsModifier and TypeMethodDescriptionfinal StoredFields
BaseCompositeReader.storedFields()
final StoredFields
CodecReader.storedFields()
final StoredFields
DocValuesLeafReader.storedFields()
FilterLeafReader.storedFields()
abstract StoredFields
IndexReader.storedFields()
Returns aStoredFields
reader for the stored fields of this index.ParallelLeafReader.storedFields()
-
Uses of StoredFields in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return StoredFields -
Uses of StoredFields in org.apache.lucene.search
Methods in org.apache.lucene.search that return StoredFieldsModifier and TypeMethodDescriptionIndexSearcher.storedFields()
Returns aStoredFields
reader for the stored fields of this index. -
Uses of StoredFields in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return StoredFields -
Uses of StoredFields in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as StoredFieldsModifier and TypeFieldDescriptionprotected final StoredFields
DocumentDictionary.storedFields
StoredFields
for this reader