uschindler commented on PR #13236:
URL: https://github.com/apache/lucene/pull/13236#issuecomment-2026865084

   Hi,
   I was thinking about it. Why do we need to differentiate between read and 
write? If you open an IndexInput you read, if you open IndexOutput you're going 
to write. If you copy, you will do both and this sequential.
   
   How about removing READ instead and name it DEFAULT? The others are FLUSH 
and MERGE.
   
   In the future we may also have a WriteAdvice enum so we have all coordinates 
for handling IO.


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