Uses of Class
org.apache.lucene.util.quantization.QuantizedByteVectorValues
Packages that use QuantizedByteVectorValues
Package
Description
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.lucene99
Subclasses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescription(package private) static classReturns a merged view over all the segment'sQuantizedByteVectorValues.(package private) static final class(package private) static classclassRead the quantized vector values and their score correction values from the index input.static classDense vector values that are stored off-heap.private static classprivate static classFields in org.apache.lucene.codecs.lucene99 declared as QuantizedByteVectorValuesModifier and TypeFieldDescriptionprivate final QuantizedByteVectorValuesLucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues.inprivate final QuantizedByteVectorValuesLucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub.valuesMethods in org.apache.lucene.codecs.lucene99 that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene99HnswVectorsReader.getQuantizedVectorValues(String field) Lucene99ScalarQuantizedVectorsReader.getQuantizedVectorValues(String fieldName) Methods in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValuesModifier and TypeMethodDescriptionstatic DocsWithFieldSetLucene99ScalarQuantizedVectorsWriter.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.Constructors in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValuesModifierConstructorDescription(package private)OffsetCorrectedQuantizedByteVectorValues(QuantizedByteVectorValues in, VectorSimilarityFunction vectorSimilarityFunction, ScalarQuantizer scalarQuantizer, ScalarQuantizer oldScalarQuantizer) (package private)QuantizedByteVectorValueSub(MergeState.DocMap docMap, QuantizedByteVectorValues values) -
Uses of QuantizedByteVectorValues in org.apache.lucene.util.quantization
Methods in org.apache.lucene.util.quantization that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionQuantizedVectorsReader.getQuantizedVectorValues(String fieldName)