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

Add support for multipoint geoshape queries #52133

Merged
merged 3 commits into from
Feb 20, 2020

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Feb 10, 2020

Currently multi-point queries are not supported when indexing your data using BKD-backed geoshape strategy. This PR removes this limitation.

closes #37318

@iverase iverase added >feature :Analytics/Geo Indexing, search aggregations of geo points and shapes v8.0.0 v7.7.0 labels Feb 10, 2020
@iverase iverase requested a review from nknize February 10, 2020 09:36
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Geo)

Copy link
Contributor

@talevy talevy left a comment

Choose a reason for hiding this comment

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

LGTM

@iverase iverase merged commit e2b410e into elastic:master Feb 20, 2020
iverase added a commit that referenced this pull request Feb 21, 2020
Currently multi-point queries are not supported when indexing your data using BKD-backed geoshape strategy. This commit removes this limitation.
@iverase iverase deleted the geomultipoint branch February 21, 2020 06:46
russcam added a commit to elastic/elasticsearch-net that referenced this pull request Apr 16, 2020
Relates: elastic/elasticsearch#53466, elastic/elasticsearch#52564
elastic/elasticsearch#53466, elastic/elasticsearch#52133

This commit updates the Skip versions on circle and multipoint
geoshape queries, to allow them to run for versions 7.7.0+.

Update documentation to indicate that 7.7.0+ is required when
geo shapes are indexed using BKD trees
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 >feature v7.7.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for MultiPoint Queries to new BKD geo_shape indexing approach
4 participants