mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
As we now have an enum Operator that comes with many useful helper methods switching to use that instead of the enums defined separately. Also switches to using the new enum's helper methods where applicable removing duplicate parsing logic. This breaks backwards compatibility. Documenting the break in migrate_query_refactoring.asciidoc Relates to #10217
The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process See: https://github.com/elastic/docs