vsop-479 commented on PR #13253:
URL: https://github.com/apache/lucene/pull/13253#issuecomment-2074244391

   > This might be a needle-moving optimization for apps that reuse a single 
TermsEnum and seek randomly to terms, right?
   
   Yes.
   
   > Because all up and down the stack of SegmentTermsEnumFrames we can 
rewindWithoutReload for many/most of them?
   
   I just implemented `rewindWithoutReload` for non-floor block and first floor 
block, in current version. Since `target` may exists in more upper floor when 
it less than last `term`, but `lastFrame` is non-first floor.


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