mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This is a follow-on to elastic/x-pack-elasticsearch#939, which removes the use of Arrays.binarySearch in the FieldPermissions class. This change removes other incorrect uses in the rest of the x-pack code and replaces them with a stream based implementation. Original commit: elastic/x-pack-elasticsearch@ccca7e9bad