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 70c4812 commit a132aecCopy full SHA for a132aec
lucene/queries/src/java/org/apache/lucene/queries/function/FunctionScoreQuery.java
@@ -78,9 +78,7 @@ public DoubleValuesSource getSource() {
78
* scores between provided query and indexed document multi-vectors.
79
*
80
* <p>Document multi-vectors are indexed using {@link
81
- * org.apache.lucene.document.LateInteractionField}. Documents are scored using {@link
82
- * LateInteractionFloatValuesSource.ScoreFunction#SUM_MAX_SIM} computation on provided vector
83
- * similarity function.
+ * org.apache.lucene.document.LateInteractionField}.
84
85
* @param in the query to re-score
86
* @param fieldName field containing document multi-vectors for re-scoring
0 commit comments