mayya-sharipova opened a new pull request #277: URL: https://github.com/apache/lucene/pull/277
If we set numSeed = 10, this test fails sometimes because it may mark expected results docs (from 0 to 9) as deleted which don't end up being retrieved, resulting in a lower than expected recall. - set numSeed to 10 to ensure 10 results are returned - add startIndex parameter in `createRandomAcceptOrds` that allows documents before startIndex to be NOT deleted - in testSearchWithAcceptOrds use startIndex equal to 10 for createRandomAcceptOrds Relates to #239 -- 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: issues-unsubscr...@lucene.apache.org 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