vsop-479 commented on code in PR #13253:
URL: https://github.com/apache/lucene/pull/13253#discussion_r1546967065


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java:
##########
@@ -284,6 +284,61 @@ void rewind() {
     */
   }
 
+  // Only rewind, don't force reload block.
+  // Reset reader position, don't read, decompress.
+  // Current term greater than target, reduce endCount.
+  void rewind2() {
+
+    // Force reload:
+    fp = fpOrig;
+    // TODO: Reset entCount after this seek.
+    entCount = nextEnt;

Review Comment:
   Thanks @mikemccand , I will fix it.



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to