vsop-479 commented on PR #14062: URL: https://github.com/apache/lucene/pull/14062#issuecomment-2545067125
I added this check in `ReqExclBulkScorer#score` because i found `upTo` would be `NO_MORE_DOCS` after the loop in some case, e.g: `max` is `NO_MORE_DOCS`, and result in call `req.score(collector, acceptDocs, NO_MORE_DOCS, NO_MORE_DOCS)`. Maybe it is useless, I will close it. -- 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. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org 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