You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
As part of v2.0 release, mapping type are removed from OpenSearch engine. Need to remove the support of type from clients
Issue 1940
What solution would you like?
Upgrade the client code to remove usage of
Type API end-points
Remove include_type_name parameter from API requests.
Is your feature request related to a problem?
As part of v2.0 release, mapping type are removed from OpenSearch engine. Need to remove the support of type from clients
Issue 1940
What solution would you like?
Upgrade the client code to remove usage of
Top level changes are captured in gist below:
https://gist.github.com/dreamer-89/d76eaf639171e8ab32fa7f8b9d6c93d3
For more detailed changes, please check meta issue below:
Related: OpenSearch-engine meta issue
The text was updated successfully, but these errors were encountered: