prudhvigodithi commented on PR #16417:
URL: https://github.com/apache/lucene/pull/16417#issuecomment-5096842140

   Just noticed for the segments which does not partition (whole segments) the 
end value shows the `getMaxDocId` which is not the real segment size. Pushed a 
commit to fix this, example
   
     | segment | before           | after   | real docs |
     |---------|------------------|---------|------------------------------|
     | 0       | [0, 2147483647]  | [0, 30] | 30                           |
     | 1       | [0, 2147483647]  | [0, 20] | 20                           |
     | 2       | [0, 2147483647]  | [0, 10] | 10                           |
   
   The split partition segments works as expected


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