Uses of Class
org.apache.lucene.codecs.TermVectorsReader
Packages that use TermVectorsReader
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.
Code to maintain and access indices.
-
Uses of TermVectorsReader in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of TermVectorsReader in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionfinal class
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return TermVectorsReaderModifier and TypeMethodDescriptionLucene50CompressingTermVectorsReader.clone()
final TermVectorsReader
Lucene50CompressingTermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) -
Uses of TermVectorsReader in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as TermVectorsReaderModifier and TypeFieldDescriptionprivate final TermVectorsReader
TermVectorsWriter.TermVectorsMergeSub.reader
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.Constructors in org.apache.lucene.codecs with parameters of type TermVectorsReaderModifierConstructorDescriptionTermVectorsMergeSub
(MergeState.DocMap docMap, TermVectorsReader reader, int maxDoc) -
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.codecs.simpletext
Subclasses of TermVectorsReader in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
Reads plain-text term vectors.Methods in org.apache.lucene.codecs.simpletext that return TermVectorsReaderModifier and TypeMethodDescriptionSimpleTextTermVectorsReader.clone()
SimpleTextTermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) -
Uses of TermVectorsReader in org.apache.lucene.index
Subclasses of TermVectorsReader in org.apache.lucene.indexModifier and TypeClassDescriptionprivate class
Fields in org.apache.lucene.index declared as TermVectorsReaderModifier and TypeFieldDescriptionprivate final TermVectorsReader[]
SlowCompositeCodecReaderWrapper.SlowCompositeTermVectorsReaderWrapper.readers
(package private) final TermVectorsReader
SegmentCoreReaders.termVectorsReaderOrig
final TermVectorsReader[]
MergeState.termVectorsReaders
Term vector producers being mergedMethods in org.apache.lucene.index that return TermVectorsReaderModifier and TypeMethodDescriptionSlowCompositeCodecReaderWrapper.SlowCompositeTermVectorsReaderWrapper.clone()
abstract TermVectorsReader
CodecReader.getTermVectorsReader()
Expert: retrieve underlying TermVectorsReaderFilterCodecReader.getTermVectorsReader()
SegmentReader.getTermVectorsReader()
SlowCompositeCodecReaderWrapper.getTermVectorsReader()
SortingCodecReader.getTermVectorsReader()
private TermVectorsReader
SortingCodecReader.newTermVectorsReader
(TermVectorsReader delegate) private static TermVectorsReader
SlowCodecReaderWrapper.readerToTermVectorsReader
(LeafReader reader) Methods in org.apache.lucene.index with parameters of type TermVectorsReaderModifier and TypeMethodDescriptionprivate TermVectorsReader
SortingCodecReader.newTermVectorsReader
(TermVectorsReader delegate) Constructors in org.apache.lucene.index with parameters of type TermVectorsReaderModifierConstructorDescriptionMergeState
(MergeState.DocMap[] docMaps, SegmentInfo segmentInfo, FieldInfos mergeFieldInfos, StoredFieldsReader[] storedFieldsReaders, TermVectorsReader[] termVectorsReaders, NormsProducer[] normsProducers, DocValuesProducer[] docValuesProducers, FieldInfos[] fieldInfos, Bits[] liveDocs, FieldsProducer[] fieldsProducers, PointsReader[] pointsReaders, KnnVectorsReader[] knnVectorsReaders, int[] maxDocs, InfoStream infoStream, Executor intraMergeTaskExecutor, boolean needsIndexSort) Create a new merge instance.(package private)
SlowCompositeTermVectorsReaderWrapper
(TermVectorsReader[] readers, int[] docStarts)