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 FlatVectorsReader
FlatVectorsFormat.fieldsReader
(SegmentReadState state) Returns aKnnVectorsReader
to 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 class
Reads vectors from the index segments.final class
Reads 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 FlatVectorsReader
Lucene99HnswVectorsReader.flatVectorsReader
private final FlatVectorsReader
Lucene99ScalarQuantizedVectorsReader.rawVectorsReader
Methods 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)