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

Fix UOE when building exists query for nested search-as-you-type field #64630

Merged

Conversation

romseygeek
Copy link
Contributor

Fixes #64609

@romseygeek romseygeek added >bug :Search/Mapping Index mappings, including merging and defining field types v8.0.0 v7.11.0 labels Nov 5, 2020
@romseygeek romseygeek self-assigned this Nov 5, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Mapping)

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Nov 5, 2020
Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@romseygeek romseygeek merged commit 9543d3b into elastic:master Nov 5, 2020
@romseygeek romseygeek deleted the mapper/search-as-you-type-exists branch November 5, 2020 12:08
romseygeek added a commit that referenced this pull request Nov 5, 2020
#64630)

PrefixFieldType can use the default existsQuery() implementation.

Fixes #64609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Mapping Index mappings, including merging and defining field types Team:Search Meta label for search team v7.11.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exists queries can fail on search_as_you_type fields.
4 participants