-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
include_type_name supports in indices.exists API for 6.7.0 #54292
Comments
Pinging @elastic/es-search (:Search/Mapping) |
Hi @ezimuel, |
@cbuescher thanks, do you confirm that Even if we don't release |
Yes, those eight endpoint should be the only ones that support this parameter. I just checked the code on 7.x again and could map each of these APIs to a Rest*Action that evaluates the parameter at some point. I didn't check for older 7.x versions or 6.x but this should largely cover it:
If it helps we can add it to the branch, sure. |
Nothing left to do here. Closing. |
The parameter
include_type_name
is not included in indices.exists API for 6.7.0.I tested and this endpoint supports this parameter as reported also in this issue for elastic/elasticsearch-perl.
Interesting, using Elasticsearch 6.8 even without the usage of
include_type_name
the[DEPRECATION]
warning disappear thanks to #43905 (comment).From the rest-api-spec the
include_type_name
parameter is reported only in these endpoints:I'm wondering if there are other APIs like
indices.exists
that also support it but they are not reported in the specification.Let me know so I can create a PR to add the
indices.exists
in6.7
branch and eventually in other spec.Thanks!
The text was updated successfully, but these errors were encountered: