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.Methods in org.apache.lucene.codecs.lucene99 that return FlatVectorsReaderModifier and TypeMethodDescriptionLucene99FlatVectorsFormat.fieldsReader
(SegmentReadState state) Lucene99ScalarQuantizedVectorsFormat.fieldsReader
(SegmentReadState state)