jpountz commented on PR #14773:
URL: https://github.com/apache/lucene/pull/14773#issuecomment-2983993101

   Doing this is a bit less obvious in my mind since terms dictionaris are 
allowed to have a random access pattern, when doc-value iterators are required 
to be consumed in order?
   
   Somewhat separately, I've been wondering if we need to APIs, one for saying 
"I'm going to use this field" and pass the full range of data, and another one 
to say "I'm going to use this specific range of bytes", which would be what 
`IndexInput#prefetch` does today.


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