Skip to content
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

Switch indices.exists_type from {index}/{type} to {index}/_mapping/{type}. #20055

Merged
merged 1 commit into from
Aug 19, 2016

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Aug 18, 2016

This will help remove types as we will need {index}/{id} to tell whether a
document exists.

Relates #15613

@jpountz jpountz added :Core/Infra/REST API REST infrastructure and utilities :Data Management/Indices APIs APIs to create and manage indices and templates v5.0.0-beta1 >non-issue and removed :Data Management/Indices APIs APIs to create and manage indices and templates labels Aug 18, 2016
@nik9000
Copy link
Member

nik9000 commented Aug 18, 2016

LGTM. Probably worth a note in the migration docs about the deprecation. Update indices-exists.asciidoc and types-exists.asciidoc too I think.

@jpountz
Copy link
Contributor Author

jpountz commented Aug 18, 2016

@nik9000 Good catch. I pushed a commit.

@nik9000
Copy link
Member

nik9000 commented Aug 18, 2016

LGTM

…/{type}`. elastic#20055

This will help remove types as we will need `{index}/{id}` to tell whether a
document exists.

Relates elastic#15613
@jpountz jpountz merged commit a4ea7e7 into elastic:master Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Core/Infra/REST API REST infrastructure and utilities v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants