We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c98ead commit 1652595Copy full SHA for 1652595
lucene/core/src/java/org/apache/lucene/codecs/lucene104/AsymmetricScalarQuantizeFlatVectorsScorer.java
@@ -22,6 +22,10 @@
22
import org.apache.lucene.index.VectorSimilarityFunction;
23
import org.apache.lucene.util.hnsw.RandomVectorScorerSupplier;
24
25
+/**
26
+ * Extension of {@link FlatVectorsScorer} that allows using two different vector codings for the
27
+ * "scoring" or "query" vectors and the "target" or "doc" vectors.
28
+ */
29
public interface AsymmetricScalarQuantizeFlatVectorsScorer extends FlatVectorsScorer {
30
/**
31
* Returns a {@link RandomVectorScorerSupplier} that can be used to score asymmetric vector
0 commit comments