Skip to content

Conversation

@iverase
Copy link
Contributor

@iverase iverase commented Jan 15, 2021

IndexOrDocValuesQuery is an optimisation for queries when there are in a filter with another query that is more restrictive. In that case, it might be faster to just check the matches for that query directly with the doc values instead of traversing the BKD index.

With the introduction of doc values for geo_shape, it is possible now to implement such query for this type of data.

backport #64688

Introduces a new query for geo_shape field that works on docValues.
@iverase iverase merged commit 368389a into elastic:7.x Jan 15, 2021
@iverase iverase deleted the backport64688 branch January 15, 2021 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant