Closed
Description
Relates: elastic/elasticsearch-net#4117
A number of URL parameters have been removed in v7.4.0 REST API specs
-
delete_by_query:
"analyzer"
-
msearch_template:
"ccs_minimize_roundtrips"
-
search_template:
"ccs_minimize_roundtrips"
Many of the clients generate source code using the REST API specs, so the removal of parameters in a minor version can manifest as an API breaking change in the client.
Looking at v7.4.0 tagged commit, it looks like all parameters are still valid, so should be reinstated.