Uses of Class
org.apache.lucene.codecs.TermVectorsReader
-
Packages that use TermVectorsReader Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermVectorsReader in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as TermVectorsReader Modifier and Type Field Description private TermVectorsReader
TermVectorsWriter.TermVectorsMergeSub. reader
Methods in org.apache.lucene.codecs that return TermVectorsReader Modifier and Type Method Description abstract TermVectorsReader
TermVectorsReader. clone()
Create a clone that one caller at a time may use to read term vectors.TermVectorsReader
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 TermVectorsReader Constructor Description TermVectorsMergeSub(MergeState.DocMap docMap, TermVectorsReader reader, int maxDoc)
-
Uses of TermVectorsReader in org.apache.lucene.codecs.compressing
Subclasses of TermVectorsReader in org.apache.lucene.codecs.compressing Modifier and Type Class Description class
CompressingTermVectorsReader
Methods in org.apache.lucene.codecs.compressing that return TermVectorsReader Modifier and Type Method Description TermVectorsReader
CompressingTermVectorsReader. clone()
TermVectorsReader
CompressingTermVectorsFormat. 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.simpletext Modifier and Type Class Description class
SimpleTextTermVectorsReader
Reads plain-text term vectors.Methods in org.apache.lucene.codecs.simpletext that return TermVectorsReader Modifier and Type Method Description TermVectorsReader
SimpleTextTermVectorsReader. clone()
TermVectorsReader
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 TermVectorsReader Modifier and Type Field Description (package private) TermVectorsReader
SegmentCoreReaders. termVectorsReaderOrig
TermVectorsReader[]
MergeState. termVectorsReaders
Term vector producers being merged(package private) TermVectorsReader
MergeReaderWrapper. vectors
Fields in org.apache.lucene.index with type parameters of type TermVectorsReader Modifier and Type Field Description (package private) CloseableThreadLocal<TermVectorsReader>
SegmentCoreReaders. termVectorsLocal
Methods in org.apache.lucene.index that return TermVectorsReader Modifier and Type Method Description abstract TermVectorsReader
CodecReader. getTermVectorsReader()
Expert: retrieve thread-private TermVectorsReaderTermVectorsReader
FilterCodecReader. getTermVectorsReader()
TermVectorsReader
SegmentReader. getTermVectorsReader()
TermVectorsReader
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 TermVectorsReader Modifier and Type Method Description private TermVectorsReader
SortingCodecReader. newTermVectorsReader(TermVectorsReader delegate)
-