[Docs] Add migration note about expanded fields limit#34920
Merged
cbuescher merged 2 commits intoelastic:masterfrom Oct 29, 2018
Merged
[Docs] Add migration note about expanded fields limit#34920cbuescher merged 2 commits intoelastic:masterfrom
cbuescher merged 2 commits intoelastic:masterfrom
Conversation
Adds a note to warn users about the limit introduced in elastic#26541.
Collaborator
|
Pinging @elastic/es-search-aggs |
jimczi
requested changes
Oct 26, 2018
Contributor
jimczi
left a comment
There was a problem hiding this comment.
Thanks @cbuescher . I left some comments
| Executing queries that use automatic expansion of fields (e.g. `query_string`, `simple_query_string` | ||
| or `multi_match`) can have performance issues for indices with a large numbers of fields. | ||
| To safeguard against this, a fixed limit of a maximum of 1024 fields has been introduced | ||
| for queries using the "all fields" mode ("default_field": "*"). |
Contributor
There was a problem hiding this comment.
It is applied to any expansion so not only * but also a* or a,b,c,d*
|
|
||
| Executing queries that use automatic expansion of fields (e.g. `query_string`, `simple_query_string` | ||
| or `multi_match`) can have performance issues for indices with a large numbers of fields. | ||
| To safeguard against this, a fixed limit of a maximum of 1024 fields has been introduced |
Contributor
There was a problem hiding this comment.
an hard limit of 1024 fields ?
Member
Author
|
@jimczi I updated the text according to your comments. Would you be able to take another look? |
jimczi
approved these changes
Oct 29, 2018
Contributor
jimczi
left a comment
There was a problem hiding this comment.
Thanks for updating @cbuescher !
kcm
pushed a commit
that referenced
this pull request
Oct 30, 2018
Adds a note to warn users about the limit introduced in #26541.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a note to warn users about the limit introduced in #26541.