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.
Lucene 4.0 file format.
Code to maintain and access indices.
-
Uses of TermVectorsReader in org.apache.lucene.codecs
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.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.compressing
Subclasses of TermVectorsReader in org.apache.lucene.codecs.compressingModifier and TypeClassDescriptionfinal class
Methods in org.apache.lucene.codecs.compressing that return TermVectorsReaderModifier and TypeMethodDescriptionCompressingTermVectorsReader.clone()
final TermVectorsReader
CompressingTermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) -
Uses of TermVectorsReader in org.apache.lucene.codecs.lucene40
Subclasses of TermVectorsReader in org.apache.lucene.codecs.lucene40Methods in org.apache.lucene.codecs.lucene40 that return TermVectorsReaderModifier and TypeMethodDescriptionLucene40TermVectorsReader.clone()
Lucene40TermVectorsFormat.vectorsReader
(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) -
Uses of TermVectorsReader in org.apache.lucene.index
Methods in org.apache.lucene.index that return TermVectorsReaderModifier and TypeMethodDescriptionSegmentReader.getTermVectorsReader()
Expert: retrieve thread-privateTermVectorsReader