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

The _default_ mapping deprecation/removal #111

Closed
lukas-vlcek opened this issue Aug 29, 2019 · 2 comments
Closed

The _default_ mapping deprecation/removal #111

lukas-vlcek opened this issue Aug 29, 2019 · 2 comments

Comments

@lukas-vlcek
Copy link
Member

The _default_ mapping is deprecated in ES 6 and removed in ES 7.

See:

@lukas-vlcek
Copy link
Member Author

I propose to replace index type names including the _default_ one in index templates as suggested in #84 (comment).

lukas-vlcek added a commit that referenced this issue Sep 24, 2019
Replacing the `_default_` mapping key with `_doc` key for ES 6.x and later. We still support the default mapping for ES 5.x and earlier. This change should be also compatible with future ES 7.x.

Closes #84, #111
lukas-vlcek added a commit that referenced this issue Sep 25, 2019
Replacing the `_default_` mapping key with `_doc` key for ES 6.x and later. We still support the default mapping for ES 5.x and earlier. This change should be also compatible with future ES 7.x.

Closes #84, #111
@lukas-vlcek
Copy link
Member Author

Implemented in 0e3ccaf except the commit message should have been probably formatted differently for the GitHub to correctly recognise the issues associated with "Closes" string (no comma separated issues supported?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant