Skip to content

include_type_name supports in indices.exists API for 6.7.0 #54292

Closed as not planned
@ezimuel

Description

@ezimuel

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:

indices.create.json
indices.get_field_mapping.json
indices.get.json
indices.get_mapping.json
indices.get_template.json
indices.put_mapping.json
indices.put_template.json
indices.rollover.json

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 in 6.7 branch and eventually in other spec.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Search Foundations/MappingIndex mappings, including merging and defining field typesTeam:Search FoundationsMeta label for the Search Foundations team in Elasticsearchv6.7.3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions