Re: [PR] Speed up TermQuery [lucene]

2025-05-31 Thread via GitHub
jpountz commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2925230354 This change yielded a good speedup on nightly benchmarks, I pushed an annotation. https://benchmarks.mikemccandless.com/Term.html -- This is an automated message from the Apache Git Se

Re: [PR] Speed up TermQuery [lucene]

2025-05-26 Thread via GitHub
gf2121 merged PR #14709: URL: https://github.com/apache/lucene/pull/14709 -- 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.apac

Re: [PR] Speed up TermQuery [lucene]

2025-05-26 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2909718785 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-26 Thread via GitHub
gf2121 commented on code in PR #14709: URL: https://github.com/apache/lucene/pull/14709#discussion_r2107337418 ## lucene/core/src/java/org/apache/lucene/search/TermScorer.java: ## @@ -134,6 +134,10 @@ public void nextDocsAndScores(int upTo, Bits liveDocs, DocAndScoreBuffer buff

Re: [PR] Speed up TermQuery [lucene]

2025-05-26 Thread via GitHub
jpountz commented on code in PR #14709: URL: https://github.com/apache/lucene/pull/14709#discussion_r2107247589 ## lucene/core/src/java/org/apache/lucene/search/TermScorer.java: ## @@ -134,6 +134,10 @@ public void nextDocsAndScores(int upTo, Bits liveDocs, DocAndScoreBuffer buf

Re: [PR] Speed up TermQuery [lucene]

2025-05-25 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2908065719 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-25 Thread via GitHub
gf2121 commented on code in PR #14709: URL: https://github.com/apache/lucene/pull/14709#discussion_r2106295517 ## lucene/core/src/java/org/apache/lucene/search/BatchScoreBulkScorer.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] Speed up TermQuery [lucene]

2025-05-25 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2908055656 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-25 Thread via GitHub
jpountz commented on code in PR #14709: URL: https://github.com/apache/lucene/pull/14709#discussion_r2106282443 ## lucene/core/src/java/org/apache/lucene/search/BatchScoreBulkScorer.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906927134 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906920070 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

Re: [PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
github-actions[bot] commented on PR #14709: URL: https://github.com/apache/lucene/pull/14709#issuecomment-2906780577 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog-check label to it and you wil

[PR] Speed up TermQuery [lucene]

2025-05-24 Thread via GitHub
gf2121 opened a new pull request, #14709: URL: https://github.com/apache/lucene/pull/14709 This tries to speed up `TermQuery` with the new API `Scorer#nextDocsAndScores` **TopN** ``` TaskQPS baseline StdDevQPS my_modified_version StdDev