elasticsearch/x-pack/plugin/wildcard
Alan Woodward 5d48fdc741
Replace Lucene DataInput/DataOutput with Elasticsearch StreamInput/StreamOutput (#77118)
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
2021-09-01 16:21:26 +01:00
..
src Replace Lucene DataInput/DataOutput with Elasticsearch StreamInput/StreamOutput (#77118) 2021-09-01 16:21:26 +01:00
build.gradle Remove internal build logic from public build tool plugins (#72470) 2021-05-06 14:02:35 +02:00