-
Notifications
You must be signed in to change notification settings - Fork 25.2k
geo_shape query/filter: indexed_shape has no syntax to define _routing value and throws RoutingMissingException, because _routing undefined #7663
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
Labels
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
>bug
good first issue
low hanging fruit
help wanted
adoptme
Comments
thanks for reporting @helllamer |
helllamer
added a commit
to suggestio/elasticsearch
that referenced
this issue
Jan 16, 2015
Hi @helllamer Apologies - I've just seen your comment about having rebased your commit... from months ago! Sorry, please could you open it as a new PR, otherwise we'll never see it :) thanks |
Assigning to @nknize as this is still an issue |
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
May 21, 2018
Adds ability to specify the routing value for the indexed shape in the geo_shape query. Closes elastic#7663
imotov
added a commit
that referenced
this issue
May 23, 2018
Adds ability to specify the routing value for the indexed shape in the geo_shape query. Closes #7663
imotov
added a commit
that referenced
this issue
May 23, 2018
Adds ability to specify the routing value for the indexed shape in the geo_shape query. Closes #7663
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
good first issue
low hanging fruit
help wanted
adoptme
Currently, GeoShape filter and query supports to pre-indexed shape as argument[1].
But, there are no way to define required
_routing
value for pre-indexed shape. This causes RoutingMissingException if routing is mandatory.elasticsearch version 1.3.2
For example, mapping is:
Add some data:
Let's make a query:
[1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-geo-shape-filter.html#_pre_indexed_shape
The text was updated successfully, but these errors were encountered: