mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-27 07:14:59 +00:00
Lucene 9 changes from BigEndian to LittleEndian in DataInput and DataOutput. The use of Lucene's Data IO classes are refactored in this commit to use StreamInput which maintains the same method calls while preserving the byte order of the data. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>