Re: Question about Lucene DataInput/DataOutput Asymmetry

2025-06-26 Thread Akira Lonske
Thank you for the clarification! On Tue, Jun 24, 2025 at 5:17 PM Michael Froh wrote: > Hi Akira, > > It was intentionally moved from DataInput in > https://github.com/apache/lucene/pull/13830 > > There's a whole story about it here: > https://github.com/apache/lucene/pull/13825 > > Hope that help

Re: Question about Lucene DataInput/DataOutput Asymmetry

2025-06-24 Thread Michael Froh
Hi Akira, It was intentionally moved from DataInput in https://github.com/apache/lucene/pull/13830 There's a whole story about it here: https://github.com/apache/lucene/pull/13825 Hope that helps, Froh On Tue, Jun 24, 2025 at 2:07 PM Akira Lonske wrote: > Hello! My name is Akira Lonske, and t