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

Do not parse numbers as both strings and numbers when not included in _all. #20167

Merged
merged 1 commit into from
Aug 26, 2016

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Aug 25, 2016

We need to get the string representation of numbers in order to include in
_all. However this has a cost and disabling _all is rather common so we
should look into skipping it.

@jpountz jpountz added >enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types v5.0.0-beta1 labels Aug 25, 2016
@dakrone
Copy link
Member

dakrone commented Aug 25, 2016

LGTM

… `_all`. elastic#20167

We need to get the string representation of numbers in order to include in
`_all`. However this has a cost and disabling `_all` is rather common so we
should look into skipping it.
@jpountz jpountz merged commit c5f8e1b into elastic:master Aug 26, 2016
@jpountz jpountz deleted the fix/text_and_double branch August 26, 2016 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants