jpountz commented on issue #13938: URL: https://github.com/apache/lucene/issues/13938#issuecomment-2517680513
I was thinking of it differently, that `IndexInput` is for sequential reading (possibly with skipping, like we do in postings) while `RandomAccessInput` is for random access like we do in doc values (except in the corner case when your query is a MatchAllDocsQuery) and vectors. But no strong feelings either way. -- 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