mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
5b47c67dec
* SQL: Add all MATCH() query options This adds support for (almost) all of the options that the `match` query supports. Additionally, it reverts back to the default operator of `OR` rather than `AND` for the `MATCH()` query. Relates to elastic/x-pack-elasticsearch#3361 * Add getters required for Node usage Original commit: elastic/x-pack-elasticsearch@144e2bec02