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 AIOOB on indexed geo_shape query #28458

Merged
merged 1 commit into from
Feb 1, 2018

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Jan 31, 2018

This change fixes a possible AIOOB during the parsing of the document that contains the indexed shape.
This change ensures that the parsing does not continue when the field that contains the shape has been found.

Closes #28456

This change fixes a possible AIOOB during the parsing of the document that contains the indexed shape.
This change ensures that the parsing does not continue when the field that contains the shape has been found.

Closes elastic#28456
@jimczi jimczi added >bug :Search/Search Search-related issues that do not fall into other categories v7.0.0 v6.3.0 labels Jan 31, 2018
@jimczi jimczi merged commit c7d5a54 into elastic:master Feb 1, 2018
@jimczi jimczi deleted the bug/geo_shape_fetch branch February 1, 2018 08:01
jimczi added a commit that referenced this pull request Feb 1, 2018
This change fixes a possible AIOOB during the parsing of the document that contains the indexed shape.
This change ensures that the parsing does not continue when the field that contains the shape has been found.

Closes #28456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories v6.3.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boolean queries with indexed geoshapes break on Elastic Search 6.0
3 participants