In a number of places, we read and write binary data into byte arrays using lucene's DataInput and DataOutput abstractions. In lucene 9 these abstractions are changing the endianness of their read/writeInt methods. To avoid dealing with this formatting change, this commit changes things to use elasticsearch StreamInput/StreamOutput abstractions instead, which have basically the same API but will preserve endianness. Relates to #73324 |
||
---|---|---|
.. | ||
src | ||
build.gradle |