[FEATURE] Make raw JSON REST requests to OpenSearch #62
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Is your feature request related to a problem?
Developers want an easy, documented, way to make raw JSON REST requests to OpenSearch.
OpenSearch clients implement various high level DSLs to invoke OpenSearch APIs. Efforts such as #19 aim at always being up-to-date with the default distribution, including plugins. However this is a game that cannot be won because clients will always lag behind, even if a little. Furthermore, for custom plugins that aren't part of the distribution it may be too much overhead to build high level DSLs.
What solution would you like?
Implement and document an easy to use high level HTTP DSL in each client for making raw JSON requests.
[FEATURE] Raw Json support opensearch-java#257[FEATURE] Enable Generic HTTP Actions in Java Client opensearch-java#910Do you have any additional context?
This is the umbrella issue. Please edit/tag related/child issues under this one.
The text was updated successfully, but these errors were encountered: