Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-24 Thread via GitHub
jpountz merged PR #14390: URL: https://github.com/apache/lucene/pull/14390 -- 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] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-24 Thread via GitHub
gf2121 commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2010019135 ## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsReader.java: ## @@ -1059,6 +1059,32 @@ private void bufferIntoBitSet(int start, int end, Fi

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-24 Thread via GitHub
jpountz commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2010017533 ## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsReader.java: ## @@ -1059,6 +1059,29 @@ private void bufferIntoBitSet(int start, int end, F

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-22 Thread via GitHub
gf2121 commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2008772414 ## lucene/core/src/java/org/apache/lucene/index/CheckIndex.java: ## @@ -2458,6 +2469,31 @@ private static void checkTermsIntersect(Terms terms, Automaton automaton, By

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-22 Thread via GitHub
gf2121 commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2008767598 ## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsReader.java: ## @@ -1059,6 +1059,29 @@ private void bufferIntoBitSet(int start, int end, Fi

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-22 Thread via GitHub
jpountz commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2008757161 ## lucene/core/src/java/org/apache/lucene/index/CheckIndex.java: ## @@ -2458,6 +2469,31 @@ private static void checkTermsIntersect(Terms terms, Automaton automaton, B

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-22 Thread via GitHub
jpountz commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2008757738 ## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsReader.java: ## @@ -1059,6 +1059,29 @@ private void bufferIntoBitSet(int start, int end, F

Re: [PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-22 Thread via GitHub
gf2121 commented on code in PR #14390: URL: https://github.com/apache/lucene/pull/14390#discussion_r2008706856 ## lucene/core/src/java/org/apache/lucene/codecs/lucene101/Lucene101PostingsReader.java: ## @@ -1059,6 +1059,29 @@ private void bufferIntoBitSet(int start, int end, Fi

[PR] Implement #docIDRunEnd() on PostingsEnum. [lucene]

2025-03-21 Thread via GitHub
jpountz opened a new pull request, #14390: URL: https://github.com/apache/lucene/pull/14390 This implements `BlockPostingsEnum#docIDRunEnd()` by comparing the delta between doc IDs and between doc counts on the various skip levels. -- This is an automated message from the Apache Git S