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 IndexOrDocValuesQuery to GeoPolygonQueryBuilder #48449

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Oct 24, 2019

In Lucene 8.3, it was added a new polygon query over geo points using docValues (https://issues.apache.org/jira/browse/LUCENE-8960). We can use it as part of an IndexOrDocValuesQuery to speed up queries when there is a more selective filter.

@iverase iverase added >enhancement :Analytics/Geo Indexing, search aggregations of geo points and shapes v8.0.0 v7.6.0 labels Oct 24, 2019
@iverase iverase requested a review from nknize October 24, 2019 09:47
@elasticmachine
Copy link
Collaborator

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

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

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 >enhancement v7.6.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants