jpountz merged PR #14359:
URL: https://github.com/apache/lucene/pull/14359
--
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
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010621926
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,79 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010628644
##
lucene/core/src/java/org/apache/lucene/search/DocValuesRangeIterator.java:
##
@@ -210,6 +210,14 @@ public final boolean matches() throws IOException {
};
}
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010047831
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
gf2121 commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010115706
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,79 @@ private void scoreWindowUsingBitSet(
windowMatches.clear(
gf2121 commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010045743
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear(
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010057350
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r2010038886
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
gf2121 commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r1998596143
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear(
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r1998546819
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
jpountz commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r1998546217
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear
gf2121 commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r1998219212
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear(
gf2121 commented on code in PR #14359:
URL: https://github.com/apache/lucene/pull/14359#discussion_r1998258104
##
lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java:
##
@@ -238,9 +296,77 @@ private void scoreWindowUsingBitSet(
windowMatches.clear(
jpountz opened a new pull request, #14359:
URL: https://github.com/apache/lucene/pull/14359
The main motivation is to efficiently evaluate range queries on fields that
have a doc-value index enabled. These range queries produce two-phase iterators
that should match large contiguous range of
jpountz commented on PR #14359:
URL: https://github.com/apache/lucene/pull/14359#issuecomment-2727649234
This doesn't slow down existing tasks significantly, including
`CountFilteredPhrase` which now runs with `DenseConjunctionBulkScorer` vs. a
`DefaultBulkScorer` on top of a `ConjunctionSc
15 matches
Mail list logo