Skip to content

Instantly share code, notes, and snippets.

@dreamer-89
Last active April 5, 2022 00:12
Show Gist options
  • Save dreamer-89/d76eaf639171e8ab32fa7f8b9d6c93d3 to your computer and use it in GitHub Desktop.
Save dreamer-89/d76eaf639171e8ab32fa7f8b9d6c93d3 to your computer and use it in GitHub Desktop.
Changes related with type mappings removal in opensearch
Remove type from URL paths
Remove include_type_name from rest layer
Remove type from query DSL
Remove _type from responses of GET/mGET APIs
Remove _type from responses of _search
Remove _type param support on _search queries e.g. terms lookup and percolator queries
Remove types in response to search/query requests (SearchHit).
Remove type references from request objects such as explain request, shard query context etc
Removal and deprecation of type related methods in server classes referenced directly in differently plugin repos. e.g. IndicesClient
Default mapping removal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment