Uses of Class
org.apache.lucene.util.quantization.QuantizedByteVectorValues
Packages that use QuantizedByteVectorValues
Package
Description
HNSW vector helper classes.
Lucene 9.9 file format.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of QuantizedByteVectorValues in org.apache.lucene.codecs.hnsw
Constructors in org.apache.lucene.codecs.hnsw with parameters of type QuantizedByteVectorValuesModifierConstructorDescriptionScalarQuantizedRandomVectorScorerSupplier
(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, QuantizedByteVectorValues values) -
Uses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionclass
Read the quantized vector values and their score correction values from the index input.static class
Dense vector values that are stored off-heap.Methods in org.apache.lucene.codecs.lucene99 that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene99HnswVectorsReader.getQuantizedVectorValues
(String field) Lucene99ScalarQuantizedVectorsReader.getQuantizedVectorValues
(String field) Methods in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValuesModifier and TypeMethodDescriptionstatic DocsWithFieldSet
Lucene99ScalarQuantizedVectorsWriter.writeQuantizedVectorData
(IndexOutput output, QuantizedByteVectorValues quantizedByteVectorValues, byte bits, boolean compress) Writes the vector values to the output and returns a set of documents that contains vectors. -
Uses of QuantizedByteVectorValues in org.apache.lucene.util.quantization
Methods in org.apache.lucene.util.quantization that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionQuantizedByteVectorValues.copy()
QuantizedVectorsReader.getQuantizedVectorValues
(String fieldName)