Uses of Class
org.apache.lucene.index.StoredFieldVisitor

Packages that use StoredFieldVisitor
Package
Description
Lucene 5.0 compressing format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Simpletext Codec: writes human readable postings.
The logical representation of a Document for indexing and searching.
Code to maintain and access indices.
This package contains several components useful to build a highlighter on top of the Matches API.
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.