-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove _all settings in the 5.x version of the template #4901
Comments
There's an issue with disabling With This leads to two issues that we should discuss:
At the very minimum, we'll have to include a line in Breaking changes about this change in behavior. |
The new plan, due to the issue above, is to remove the I'm updating the PRs to reflect this decision. |
Part of elastic#4901. The removal of the `norms: false` _all setting results in a storage increase of one byte per doc, but this smooths the upgrade experience.
Part of elastic#4901. The removal of the `norms: false` costs one byte per doc, but makes the upgrade experience a bit more smooth.
Part of #4901. The removal of the `norms: false` _all setting results in a storage increase of one byte per doc, but this smooths the upgrade experience.
Part of #4901. The removal of the `norms: false` costs one byte per doc, but makes the upgrade experience a bit more smooth.
Part of elastic#4901. The removal of the `norms: false` _all setting results in a storage increase of one byte per doc, but this smooths the upgrade experience. (cherry picked from commit 33c0897)
…stic#4948) Part of elastic#4901. The removal of the `norms: false` _all setting results in a storage increase of one byte per doc, but this smooths the upgrade experience. (cherry picked from commit d6ed786)
In the 5.x version of the template we currently have:
This breaks after upgrading ES to 6.0, without upgrading the template.
~~We should replace it with:
Disabling
_all
is fine, because ES 5.X supports searching all fields without the need of an_all
field.~~We should do this in both 6.0 and 5.6 branches. This will help with the upgrade process.
The text was updated successfully, but these errors were encountered: