Class Lucene99ScalarQuantizedVectorsReader

java.lang.Object
org.apache.lucene.codecs.KnnVectorsReader
org.apache.lucene.codecs.hnsw.FlatVectorsReader
org.apache.lucene.codecs.lucene99.Lucene99ScalarQuantizedVectorsReader
All Implemented Interfaces:
Closeable, AutoCloseable, Accountable, QuantizedVectorsReader

public final class Lucene99ScalarQuantizedVectorsReader extends FlatVectorsReader implements QuantizedVectorsReader
Reads Scalar Quantized vectors from the index segments along with index data structures.
WARNING: This API is experimental and might change in incompatible ways in the next release.