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

[GEO] Fix points_only indexing failure for GeoShapeFieldMapper #28774

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

nknize
Copy link
Contributor

@nknize nknize commented Feb 21, 2018

This PR fixes a bug that was introduced in PR #27415 for 6.1 and 7.0 where a change to support MULTIPOINT types in a geo_shape index with points_only set to true mucked up indexing of standalone points.

closes #28744

@nknize nknize added >bug review :Analytics/Geo Indexing, search aggregations of geo points and shapes v7.0.0 v6.3.0 labels Feb 21, 2018
Copy link
Contributor

@colings86 colings86 left a comment

Choose a reason for hiding this comment

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

LGTM

This commit fixes a bug that was introduced in PR elastic#27415 for 6.1
and 7.0 where a change to support MULTIPOINT shapes mucked up
indexing of standalone points.
@nknize nknize merged commit 3728c50 into elastic:master Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >bug v6.3.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

geo_shape query on geo_shape field of type point with points_only set to true does not work in 6.x
2 participants