[GitHub] [lucene-solr] jpountz commented on issue #1448: NumHits vs totalHitsThreshold test

2020-04-22 Thread GitBox
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 numHi

[GitHub] [lucene-solr] jpountz commented on issue #1448: NumHits vs totalHitsThreshold test

2020-04-22 Thread GitBox
jpountz commented on issue #1448: URL: https://github.com/apache/lucene-solr/pull/1448#issuecomment-617975660 Since the contract is that Lucene might return GREATER_THAN_OR_EQUAL_TO if the hit count is greater than the threshold, both the current behavior and the behavior you suggest look