Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-13 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1987237995 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -117,6 +107,65 @@ private static int advance(FixedBitSet set, int i) { }

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-11 Thread via GitHub
jpountz merged PR #14312: URL: https://github.com/apache/lucene/pull/14312 -- 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] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-10 Thread via GitHub
jpountz commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1987222711 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -117,6 +107,65 @@ private static int advance(FixedBitSet set, int i) { }

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-10 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1986764581 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -117,6 +107,65 @@ private static int advance(FixedBitSet set, int i) { }

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-10 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1986758277 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatches

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-09 Thread via GitHub
jpountz commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1986310517 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatche

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-09 Thread via GitHub
jpountz commented on PR #14312: URL: https://github.com/apache/lucene/pull/14312#issuecomment-2708834023 I've been thinking a bit more about naming since I don't like peekNextNonMatchingDocID much, I'm thinking of renaming to `docIDRunEnd` (using "run" as in "run-length encoding"). I like i

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-09 Thread via GitHub
jpountz commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1986310180 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatche

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-03 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1976952412 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatches

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-02 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1976952412 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatches

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-03-02 Thread via GitHub
gf2121 commented on code in PR #14312: URL: https://github.com/apache/lucene/pull/14312#discussion_r1976945729 ## lucene/core/src/java/org/apache/lucene/search/DenseConjunctionBulkScorer.java: ## @@ -128,6 +128,16 @@ private void scoreWindowUsingBitSet( assert windowMatches

Re: [PR] Make Lucene better at skipping long runs of matches. [lucene]

2025-02-27 Thread via GitHub
jpountz commented on PR #14312: URL: https://github.com/apache/lucene/pull/14312#issuecomment-2689215958 cc @gf2121 who's been reviewing related PRs recently and @iverase for the connection with sparse indexing -- This is an automated message from the Apache Git Service. To respond to the