Uses of Interface
org.apache.lucene.codecs.lucene99.QuantizedVectorsReader
-
Packages that use QuantizedVectorsReader Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of QuantizedVectorsReader in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement QuantizedVectorsReader Modifier and Type Class Description class
Lucene99HnswVectorsReader
Reads vectors from the index segments along with index data structures supporting KNN search.class
Lucene99ScalarQuantizedVectorsReader
Reads Scalar Quantized vectors from the index segments along with index data structures.Methods in org.apache.lucene.codecs.lucene99 that return QuantizedVectorsReader Modifier and Type Method Description private static QuantizedVectorsReader
Lucene99ScalarQuantizedVectorsWriter. getQuantizedKnnVectorsReader(KnnVectorsReader vectorsReader, java.lang.String fieldName)
-