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.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of TermVectorsReader in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as TermVectorsReaderModifier and TypeFieldDescriptionprivate final TermVectorsReaderTermVectorsWriter.TermVectorsMergeSub.readerMethods in org.apache.lucene.codecs that return TermVectorsReaderModifier and TypeMethodDescriptionabstract TermVectorsReaderTermVectorsReader.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 TermVectorsReaderTermVectorsFormat.vectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) Returns aTermVectorsReaderto 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.compressing
Subclasses of TermVectorsReader in org.apache.lucene.codecs.compressingModifier and TypeClassDescriptionfinal classMethods in org.apache.lucene.codecs.compressing that return TermVectorsReaderModifier and TypeMethodDescriptionCompressingTermVectorsReader.clone()final TermVectorsReaderCompressingTermVectorsFormat.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 TypeClassDescriptionclassReads 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
Fields in org.apache.lucene.index declared as TermVectorsReaderModifier and TypeFieldDescription(package private) final TermVectorsReaderSegmentCoreReaders.termVectorsReaderOrigfinal TermVectorsReader[]MergeState.termVectorsReadersTerm vector producers being merged(package private) final TermVectorsReaderMergeReaderWrapper.vectorsFields in org.apache.lucene.index with type parameters of type TermVectorsReaderModifier and TypeFieldDescription(package private) final CloseableThreadLocal<TermVectorsReader> SegmentCoreReaders.termVectorsLocalMethods in org.apache.lucene.index that return TermVectorsReaderModifier and TypeMethodDescriptionabstract TermVectorsReaderCodecReader.getTermVectorsReader()Expert: retrieve thread-private TermVectorsReaderFilterCodecReader.getTermVectorsReader()SegmentReader.getTermVectorsReader()SortingCodecReader.getTermVectorsReader()private TermVectorsReaderSortingCodecReader.newTermVectorsReader(TermVectorsReader delegate) private static TermVectorsReaderSlowCodecReaderWrapper.readerToTermVectorsReader(LeafReader reader) Methods in org.apache.lucene.index with parameters of type TermVectorsReaderModifier and TypeMethodDescriptionprivate TermVectorsReaderSortingCodecReader.newTermVectorsReader(TermVectorsReader delegate)