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 TermVectorsReaderTermVectorsWriter.TermVectorsMergeSub. readerMethods in org.apache.lucene.codecs that return TermVectorsReader Modifier and Type Method Description abstract TermVectorsReaderTermVectorsReader. clone()Create a clone that one caller at a time may use to read term vectors.TermVectorsReaderTermVectorsReader. 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 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 classCompressingTermVectorsReaderMethods in org.apache.lucene.codecs.compressing that return TermVectorsReader Modifier and Type Method Description TermVectorsReaderCompressingTermVectorsReader. clone()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.simpletext Modifier and Type Class Description classSimpleTextTermVectorsReaderReads plain-text term vectors.Methods in org.apache.lucene.codecs.simpletext that return TermVectorsReader Modifier and Type Method Description TermVectorsReaderSimpleTextTermVectorsReader. clone()TermVectorsReaderSimpleTextTermVectorsFormat. 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) TermVectorsReaderSegmentCoreReaders. termVectorsReaderOrigTermVectorsReader[]MergeState. termVectorsReadersTerm vector producers being merged(package private) TermVectorsReaderMergeReaderWrapper. vectorsFields in org.apache.lucene.index with type parameters of type TermVectorsReader Modifier and Type Field Description (package private) CloseableThreadLocal<TermVectorsReader>SegmentCoreReaders. termVectorsLocalMethods in org.apache.lucene.index that return TermVectorsReader Modifier and Type Method Description abstract TermVectorsReaderCodecReader. getTermVectorsReader()Expert: retrieve thread-private TermVectorsReaderTermVectorsReaderFilterCodecReader. getTermVectorsReader()TermVectorsReaderSegmentReader. getTermVectorsReader()TermVectorsReaderSortingCodecReader. getTermVectorsReader()private TermVectorsReaderSortingCodecReader. newTermVectorsReader(TermVectorsReader delegate)private static TermVectorsReaderSlowCodecReaderWrapper. readerToTermVectorsReader(LeafReader reader)Methods in org.apache.lucene.index with parameters of type TermVectorsReader Modifier and Type Method Description private TermVectorsReaderSortingCodecReader. newTermVectorsReader(TermVectorsReader delegate)
-