sudo-suhas / elastic-builder

A Node.js implementation of the elasticsearch Query DSL :construction_worker:
https://elastic-builder.js.org
MIT License
508 stars 75 forks source link

Does it support AWS opensearch? #174

Closed raghavulu-bussa closed 1 year ago

raghavulu-bussa commented 1 year ago

Does this builder support AWS OpenSearch?

sudo-suhas commented 1 year ago

Not entirely sure which specific use-case you are referring to with AWS OpenSearch. This library can be used to construct the body for Elasticsearch queries. If Opensearch uses the same request body format, then it should work.