Skip to content

Commit dea53e8

Browse files
committed
iter
1 parent 8d129ce commit dea53e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public LeafCollector getLeafCollector(LeafReaderContext context) throws IOExcept
7878
return new LeafCollector() {
7979

8080
private Scorable scorer;
81-
// HitQueue implements getSentinelObject to return a ScoreDoc, so we know
82-
// that at this point top() is already initialized.
8381
private long topCode = heap.top();
8482
private int topScore = DocScoreEncoder.toIntScore(topCode);
8583
private int minCompetitiveScore;

0 commit comments

Comments
 (0)