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
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
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
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
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
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
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
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
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