Skip to content

Commit a132aec

Browse files
committed
docstring fix
1 parent 70c4812 commit a132aec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lucene/queries/src/java/org/apache/lucene/queries/function/FunctionScoreQuery.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ public DoubleValuesSource getSource() {
7878
* scores between provided query and indexed document multi-vectors.
7979
*
8080
* <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.
81+
* org.apache.lucene.document.LateInteractionField}.
8482
*
8583
* @param in the query to re-score
8684
* @param fieldName field containing document multi-vectors for re-scoring

0 commit comments

Comments
 (0)