Uses of Class
org.apache.lucene.util.quantization.BaseQuantizedByteVectorValues
Packages that use BaseQuantizedByteVectorValues
Package
Description
Lucene 10.4 file format.
Lucene 9.9 file format.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of BaseQuantizedByteVectorValues in org.apache.lucene.codecs.lucene104
Subclasses of BaseQuantizedByteVectorValues in org.apache.lucene.codecs.lucene104Modifier and TypeClassDescriptionclassScalar quantized vector values loaded from off-heap -
Uses of BaseQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return BaseQuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene99HnswVectorsReader.getQuantizedVectorValues(String field) -
Uses of BaseQuantizedByteVectorValues in org.apache.lucene.util.quantization
Subclasses of BaseQuantizedByteVectorValues in org.apache.lucene.util.quantizationModifier and TypeClassDescriptionclassA version ofBaseQuantizedByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.classScalar quantized byte vector valuesMethods in org.apache.lucene.util.quantization that return BaseQuantizedByteVectorValuesModifier and TypeMethodDescriptionQuantizedVectorsReader.getQuantizedVectorValues(String fieldName)