mirror of https://github.com/apache/lucene.git
Fix: typo + +minScore. (#735)
This commit is contained in:
parent
10b78714c1
commit
7aec489945
|
@ -154,7 +154,7 @@ final class MaxScoreSumPropagator {
|
|||
if (iter > 2) {
|
||||
throw new IllegalStateException(
|
||||
"Could not compute a minimum score for minScore="
|
||||
+ +minScore
|
||||
+ minScore
|
||||
+ ", minScoreSum="
|
||||
+ minScoreSum
|
||||
+ ", sumOfOtherMaxScores="
|
||||
|
|
Loading…
Reference in New Issue