Uses of Class
org.apache.lucene.codecs.FlatVectorsReader
Packages that use FlatVectorsReader
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.9 file format.
-
Uses of FlatVectorsReader in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FlatVectorsReaderModifier and TypeMethodDescriptionabstract FlatVectorsReaderFlatVectorsFormat.fieldsReader(SegmentReadState state) Returns aKnnVectorsReaderto read the vectors from the index. -
Uses of FlatVectorsReader in org.apache.lucene.codecs.lucene99
Subclasses of FlatVectorsReader in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal classReads vectors from the index segments.final classReads Scalar Quantized vectors from the index segments along with index data structures.Fields in org.apache.lucene.codecs.lucene99 declared as FlatVectorsReaderModifier and TypeFieldDescriptionprivate final FlatVectorsReaderLucene99HnswVectorsReader.flatVectorsReaderprivate final FlatVectorsReaderLucene99ScalarQuantizedVectorsReader.rawVectorsReaderMethods in org.apache.lucene.codecs.lucene99 that return FlatVectorsReaderModifier and TypeMethodDescriptionLucene99FlatVectorsFormat.fieldsReader(SegmentReadState state) Lucene99ScalarQuantizedVectorsFormat.fieldsReader(SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type FlatVectorsReaderModifierConstructorDescription(package private)Lucene99HnswVectorsReader(SegmentReadState state, FlatVectorsReader flatVectorsReader) (package private)Lucene99ScalarQuantizedVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader)