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 505e0ab commit 8d129ceCopy full SHA for 8d129ce
lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollector.java
@@ -82,7 +82,6 @@ public LeafCollector getLeafCollector(LeafReaderContext context) throws IOExcept
82
// that at this point top() is already initialized.
83
private long topCode = heap.top();
84
private int topScore = DocScoreEncoder.toIntScore(topCode);
85
- ;
86
private int minCompetitiveScore;
87
88
@Override
0 commit comments