Uses of Class
org.apache.lucene.index.StoredFieldVisitor
Packages that use StoredFieldVisitor
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
Code to search indices.
-
Uses of StoredFieldVisitor in org.apache.lucene.codecs
Subclasses of StoredFieldVisitor in org.apache.lucene.codecsModifier and TypeClassDescriptionprotected class
A visitor that adds every field it sees. -
Uses of StoredFieldVisitor in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type StoredFieldVisitorModifier and TypeMethodDescriptionvoid
Lucene90CompressingStoredFieldsReader.document
(int docID, StoredFieldVisitor visitor) -
Uses of StoredFieldVisitor in org.apache.lucene.document
Subclasses of StoredFieldVisitor in org.apache.lucene.documentModifier and TypeClassDescriptionclass
AStoredFieldVisitor
that creates aDocument
from stored fields. -
Uses of StoredFieldVisitor in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type StoredFieldVisitorModifier and TypeMethodDescriptionfinal void
BaseCompositeReader.document
(int docID, StoredFieldVisitor visitor) void
CodecReader.document
(int docID, StoredFieldVisitor visitor) Deprecated.void
FilterCodecReader.document
(int docID, StoredFieldVisitor visitor) Deprecated.void
FilterLeafReader.document
(int docID, StoredFieldVisitor visitor) abstract void
IndexReader.document
(int docID, StoredFieldVisitor visitor) Deprecated.void
ParallelLeafReader.document
(int docID, StoredFieldVisitor visitor) final void
SegmentReader.document
(int docID, StoredFieldVisitor visitor) abstract void
StoredFields.document
(int docID, StoredFieldVisitor visitor) Expert: visits the fields of a stored document, for custom processing/loading of each field. -
Uses of StoredFieldVisitor in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type StoredFieldVisitorModifier and TypeMethodDescriptionvoid
IndexSearcher.doc
(int docID, StoredFieldVisitor fieldVisitor) Deprecated.UseIndexSearcher.storedFields()
to access fields for one or more documents
IndexReader.storedFields()
to retrieve one or more documents