apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.46k stars 979 forks source link

Replace (IO)Context#READ with (IO)Context.DEFAULT. #13242

Closed jpountz closed 3 months ago

jpountz commented 3 months ago

DEFAULT doesn't mean much today and could be used whenever READ is used. So let's use DEFAULT all the time instead and remove READ.