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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
