zacharymorn commented on a change in pull request #2141: URL: https://github.com/apache/lucene-solr/pull/2141#discussion_r552385957
########## File path: lucene/core/src/java/org/apache/lucene/search/WANDScorer.java ########## @@ -447,6 +461,23 @@ private int doNextCompetitiveCandidate() throws IOException { } } + // nocommit Do we still need the following given TwoPhaseIterator.matches already performs the check +// minCompetitiveScore satisfied, now checks if the doc has enough required number of matches Review comment: Makes sense. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org