We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b26cf8 commit d3fb435Copy full SHA for d3fb435
lucene/highlighter/src/java/org/apache/lucene/search/vectorhighlight/FieldPhraseList.java
@@ -177,7 +177,7 @@ public void addIfNoOverlap(WeightedPhraseInfo wpi) {
177
// The result is that all informations in TermInfo are lost and not available for further
178
// operations.
179
existWpi.getTermsInfos().addAll(wpi.getTermsInfos());
180
- existWpi.boost += wpi.getBoost(); // 累加 boost
+ existWpi.boost += wpi.getBoost(); // Accumulate boost
181
return;
182
}
183
0 commit comments