Skip to content

Commit 1652595

Browse files
committed
javadoc
1 parent 2c98ead commit 1652595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lucene/core/src/java/org/apache/lucene/codecs/lucene104/AsymmetricScalarQuantizeFlatVectorsScorer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
import org.apache.lucene.index.VectorSimilarityFunction;
2323
import org.apache.lucene.util.hnsw.RandomVectorScorerSupplier;
2424

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+
*/
2529
public interface AsymmetricScalarQuantizeFlatVectorsScorer extends FlatVectorsScorer {
2630
/**
2731
* Returns a {@link RandomVectorScorerSupplier} that can be used to score asymmetric vector

0 commit comments

Comments
 (0)