Uses of Interface
org.apache.lucene.util.quantization.QuantizedVectorsReader
Packages that use QuantizedVectorsReader
Package
Description
Lucene 10.4 file format.
Lucene 9.9 file format.
-
Uses of QuantizedVectorsReader in org.apache.lucene.codecs.lucene104
Classes in org.apache.lucene.codecs.lucene104 that implement QuantizedVectorsReaderModifier and TypeClassDescriptionclassReader for scalar quantized vectors in the Lucene 10.4 format. -
Uses of QuantizedVectorsReader in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement QuantizedVectorsReaderModifier and TypeClassDescriptionfinal classReads vectors from the index segments along with index data structures supporting KNN search.