Lucene90CompressingTermVectorsReader
Constructors
Link copied to clipboard
constructor(d: Directory, si: SegmentInfo, segmentSuffix: String, fn: FieldInfos?, context: IOContext, formatName: String, compressionMode: CompressionMode)
Sole constructor.
Properties
Functions
Link copied to clipboard
Checks consistency of this reader.
Link copied to clipboard
Create a clone that one caller at a time may use to read term vectors.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional method: Give a hint to this TermVectors instance that the given document will be read in the near future. This typically delegates to IndexInput.prefetch and is useful to parallelize I/O across multiple documents.