Re: [PR] Move BooleanScorer to work on top of Scorers rather than BulkScorers. [lucene]

2024-10-21 Thread via GitHub
jpountz merged PR #13931: URL: https://github.com/apache/lucene/pull/13931 -- 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.apa

Re: [PR] Move BooleanScorer to work on top of Scorers rather than BulkScorers. [lucene]

2024-10-21 Thread via GitHub
jpountz commented on PR #13931: URL: https://github.com/apache/lucene/pull/13931#issuecomment-2425831201 I could confirm the speedup on a different machine: ``` TaskQPS baseline StdDevQPS my_modified_version StdDevPct diff p-val

Re: [PR] Move BooleanScorer to work on top of Scorers rather than BulkScorers. [lucene]

2024-10-18 Thread via GitHub
jpountz commented on PR #13931: URL: https://github.com/apache/lucene/pull/13931#issuecomment-2422772402 ``` TaskQPS baseline StdDevQPS my_modified_version StdDevPct diff p-value Wildcard 159.36 (2.

[PR] Move BooleanScorer to work on top of Scorers rather than BulkScorers. [lucene]

2024-10-18 Thread via GitHub
jpountz opened a new pull request, #13931: URL: https://github.com/apache/lucene/pull/13931 I was looking at some queries where Lucene performs significantly worse than Tantivy at https://tantivy-search.github.io/bench/, and found out that we get quite some overhead from implementing `Boole