Uses of Class
org.apache.lucene.index.StoredFields
Packages that use StoredFields
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Code to maintain and access indices.
Code to search indices.
-
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.index
Methods in org.apache.lucene.index that return StoredFieldsModifier and TypeMethodDescriptionfinal StoredFields
BaseCompositeReader.storedFields()
final StoredFields
CodecReader.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.search
Methods in org.apache.lucene.search that return StoredFieldsModifier and TypeMethodDescriptionIndexSearcher.storedFields()
Returns aStoredFields
reader for the stored fields of this index.