Module org.apache.lucene.core
Package org.apache.lucene.codecs.hnsw
Class ScalarQuantizedVectorScorer.ScalarQuantizedRandomVectorScorerSupplier
java.lang.Object
org.apache.lucene.codecs.hnsw.ScalarQuantizedVectorScorer.ScalarQuantizedRandomVectorScorerSupplier
- All Implemented Interfaces:
RandomVectorScorerSupplier
- Enclosing class:
ScalarQuantizedVectorScorer
public static class ScalarQuantizedVectorScorer.ScalarQuantizedRandomVectorScorerSupplier
extends Object
implements RandomVectorScorerSupplier
Quantized vector scorer supplier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScalarQuantizedVectorSimilarityprivate final RandomAccessQuantizedByteVectorValuesprivate final VectorSimilarityFunction -
Constructor Summary
ConstructorsModifierConstructorDescriptionScalarQuantizedRandomVectorScorerSupplier(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, RandomAccessQuantizedByteVectorValues values) privateScalarQuantizedRandomVectorScorerSupplier(ScalarQuantizedVectorSimilarity similarity, VectorSimilarityFunction vectorSimilarityFunction, RandomAccessQuantizedByteVectorValues values) -
Method Summary
Modifier and TypeMethodDescriptioncopy()Make a copy of the supplier, which will copy the underlying vectorValues so the copy is safe to be used in other threads.scorer(int ord) This creates aRandomVectorScorerfor scoring random nodes in batches against the given ordinal.
-
Field Details
-
values
-
similarity
-
vectorSimilarityFunction
-
-
Constructor Details
-
ScalarQuantizedRandomVectorScorerSupplier
public ScalarQuantizedRandomVectorScorerSupplier(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, RandomAccessQuantizedByteVectorValues values) -
ScalarQuantizedRandomVectorScorerSupplier
private ScalarQuantizedRandomVectorScorerSupplier(ScalarQuantizedVectorSimilarity similarity, VectorSimilarityFunction vectorSimilarityFunction, RandomAccessQuantizedByteVectorValues values)
-
-
Method Details
-
scorer
Description copied from interface:RandomVectorScorerSupplierThis creates aRandomVectorScorerfor scoring random nodes in batches against the given ordinal.- Specified by:
scorerin interfaceRandomVectorScorerSupplier- Parameters:
ord- the ordinal of the node to compare- Returns:
- a new
RandomVectorScorer - Throws:
IOException
-
copy
Description copied from interface:RandomVectorScorerSupplierMake a copy of the supplier, which will copy the underlying vectorValues so the copy is safe to be used in other threads.- Specified by:
copyin interfaceRandomVectorScorerSupplier- Throws:
IOException
-