iverase commented on PR #13592:
URL: https://github.com/apache/lucene/pull/13592#issuecomment-2244734279

   I tried to find a generic method that could help here but I think the logic 
relies too much on the fact that the index is sorted. 
   
   For example, your mental model somewhat breaks if the range lies between too 
blocks so there is no intersecting block. In that case you would need to read 
the full index just to check there is no intersecting block. 


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