Uses of Class
org.apache.lucene.codecs.hnsw.FlatVectorsReader
Packages that use FlatVectorsReader
Package
Description
HNSW vector helper classes.
Lucene 9.9 file format.
-
Uses of FlatVectorsReader in org.apache.lucene.codecs.hnsw
Methods in org.apache.lucene.codecs.hnsw 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.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 FlatVectorsReaderModifierConstructorDescriptionLucene99HnswVectorsReader
(SegmentReadState state, FlatVectorsReader flatVectorsReader) Lucene99ScalarQuantizedVectorsReader
(SegmentReadState state, FlatVectorsReader rawVectorsReader, FlatVectorsScorer scorer)