jpountz commented on issue #1448:
URL: https://github.com/apache/lucene-solr/pull/1448#issuecomment-617983665


   Indeed I think it can happen if you use a fixed threshold, say 100, and then 
perform pagination. If you have pages of 10 hits and go to the 11th page, 
shards would get passed numHits=110 and totalHitsThreshold=100. Like I said, I 
don't mind the change, if you'd like to make sure we always count at least 
`numHits` hits, I'd be happy to approve the PR.


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

Reply via email to