Uses of Class
org.apache.lucene.codecs.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
Modifier 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
Modifier and TypeClassDescriptionfinal class
Modifier 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
Modifier and TypeFieldDescriptionfinal TermVectorsReader[]
MergeState.termVectorsReaders
Term vector producers being mergedModifier and TypeMethodDescriptionabstract TermVectorsReader
CodecReader.getTermVectorsReader()
Expert: retrieve thread-private TermVectorsReaderFilterCodecReader.getTermVectorsReader()
SegmentReader.getTermVectorsReader()
SortingCodecReader.getTermVectorsReader()