Uses of Class
org.apache.lucene.util.hnsw.RandomVectorScorer.AbstractRandomVectorScorer
Packages that use RandomVectorScorer.AbstractRandomVectorScorer
Package
Description
HNSW vector helper classes.
Lucene 9.9 file format.
-
Uses of RandomVectorScorer.AbstractRandomVectorScorer in org.apache.lucene.codecs.hnsw
Modifier and TypeClassDescriptionprivate static class
ARandomVectorScorer
for byte vectors.private static class
ARandomVectorScorer
for float vectors. -
Uses of RandomVectorScorer.AbstractRandomVectorScorer in org.apache.lucene.codecs.lucene99
Modifier and TypeClassDescriptionprivate static class
private static class
Calculates dot product on quantized vectors, applying the appropriate correctionsprivate static class
private static class
Methods in org.apache.lucene.codecs.lucene99 that return RandomVectorScorer.AbstractRandomVectorScorerModifier and TypeMethodDescriptionprivate static RandomVectorScorer.AbstractRandomVectorScorer
Lucene99ScalarQuantizedVectorScorer.dotProductFactory
(byte[] targetBytes, float offsetCorrection, float constMultiplier, QuantizedByteVectorValues values, Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction scoreAdjustmentFunction)