gaobinlong opened a new pull request, #15495:
URL: https://github.com/apache/lucene/pull/15495

   
   Fix the following bugs in TestTopDocsCollector and TestTopFieldCollector:
   1. If `leafCollector.collect(4)`, the documents count in this segment should 
be greater than 4.
   2. For a new leafCollector, the collected doc id should starts from 0 and 
then 1, and same doc id shouldn't be collected again.
   
   The test result won't be changed, but this PR helps to make the test case 
more clear.


-- 
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]

Reply via email to