Uses of Class
org.apache.lucene.util.quantization.LegacyQuantizedByteVectorValues
Packages that use LegacyQuantizedByteVectorValues
Package
Description
HNSW vector helper classes.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of LegacyQuantizedByteVectorValues in org.apache.lucene.codecs.hnsw
Constructors in org.apache.lucene.codecs.hnsw with parameters of type LegacyQuantizedByteVectorValuesModifierConstructorDescriptionScalarQuantizedRandomVectorScorerSupplier(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, LegacyQuantizedByteVectorValues values) -
Uses of LegacyQuantizedByteVectorValues in org.apache.lucene.util.quantization
Methods in org.apache.lucene.util.quantization that return LegacyQuantizedByteVectorValues