mayya-sharipova commented on a change in pull request #2063: URL: https://github.com/apache/lucene-solr/pull/2063#discussion_r518798756
########## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ########## @@ -100,6 +100,7 @@ boolean thresholdCheck(int doc) throws IOException { // since docs are visited in doc Id order, if compare is 0, it means // this document is largest than anything else in the queue, and // therefore not competitive. + // TODO: remove early termination in TopFieldCollector, as this should be managed by comparators Review comment: Indeed, this is a no-op operation, and will be removed in a following PR. I left it for now, as we also need to ensure that all necessary BulkScorers use collectors/comparators iterators. ---------------------------------------------------------------- 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