Uses of Class
org.apache.lucene.codecs.TermVectorsReader
Packages that use TermVectorsReader
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.
-
Uses of TermVectorsReader in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return TermVectorsReaderModifier and TypeMethodDescriptionabstract TermVectorsReader
TermVectorsReader.clone()
Create a clone that one caller at a time may use to read term vectors.TermVectorsReader.getMergeInstance()
Returns an instance optimized for merging.abstract TermVectorsReader
TermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) Returns aTermVectorsReader
to read term vectors. -
Uses of TermVectorsReader in org.apache.lucene.codecs.lucene90.compressing
Subclasses of TermVectorsReader in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionfinal class
Methods in org.apache.lucene.codecs.lucene90.compressing that return TermVectorsReaderModifier and TypeMethodDescriptionLucene90CompressingTermVectorsReader.clone()
Lucene90CompressingTermVectorsReader.getMergeInstance()
final TermVectorsReader
Lucene90CompressingTermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) -
Uses of TermVectorsReader in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermVectorsReaderModifier and TypeFieldDescriptionfinal TermVectorsReader[]
MergeState.termVectorsReaders
Term vector producers being mergedMethods in org.apache.lucene.index that return TermVectorsReaderModifier and TypeMethodDescriptionabstract TermVectorsReader
CodecReader.getTermVectorsReader()
Expert: retrieve thread-private TermVectorsReaderFilterCodecReader.getTermVectorsReader()
SegmentReader.getTermVectorsReader()
SortingCodecReader.getTermVectorsReader()