benwtrent commented on PR #12657: URL: https://github.com/apache/lucene/pull/12657#issuecomment-1762131240
Just being paranoid, I tested and verified that recall is absolutely unchanged between these changes. baseline: ``` 0.500 0.10 100000 10 4 50 20 11496 1.00 post-filter 0.533 0.10 100000 10 4 100 20 18504 1.00 post-filter 0.844 0.21 100000 10 16 50 20 22211 1.00 post-filter 0.875 0.24 100000 10 16 100 20 44031 1.00 post-filter ``` candidate: ``` 0.500 0.10 100000 10 4 50 20 11778 1.00 post-filter 0.533 0.10 100000 10 4 100 20 18439 1.00 post-filter 0.844 0.20 100000 10 16 50 20 24012 1.00 post-filter 0.875 0.25 100000 10 16 100 20 46249 1.00 post-filter ``` The performance isn't reliable, this was running on my laptop while it was doing lots of other work. -- 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