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