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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo