-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove mapping types #394
Comments
After a quick search in the plugin, I see mapping types are used in a few places to init system indices, using Checked a few other repos, and I see similar uses: |
@ohltyler: Thank you for the update here. |
As discussed separately offline, the campaign for removing mapping types at the API-level in core OpenSearch is done, which I believe is the only way this is used in this plugin. I will use a forked version, bump to 2.0, and run the integ tests using OpenSearch core 2.0.0 to highlight any initial problems. |
In addition it seems like we return "type:_doc" on responses to delete API, search detector and search detector tasks or results on Opensearch 2.0.0 |
As part of v2.0 release,
mapping types
are getting removed from OpenSearch engine. Below are the changes in the opensearch-engine.As part of this issue, please verify if type removal change on OpenSearch engine impacts this repository. If yes, then please remove the type references/usage from this plugin.
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: