-
Notifications
You must be signed in to change notification settings - Fork 25.2k
geo_shape query with circle does not work for legacy geo_shape field #49296
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
Comments
Pinging @elastic/es-analytics-geo (:Analytics/Geo) |
|
Circles queries are supported for LegacyGeoShape (aka prefix trees). I think this needs to be fixed. |
It doesn't look like there is support on the elasticsearch side. |
Reproduction:
|
Brings back support for circles in legacy geo_shape queries that was accidentally lost during query refactoring. Fixes elastic#49296
Just to clarify. I was looking at the wrong place. We did indeed support it, but I lost it during refactoring in 7.4.0. I opened PR that restores this functionality. |
Brings back support for circles in legacy geo_shape queries that was accidentally lost during query refactoring. Fixes #49296
Brings back support for circles in legacy geo_shape queries that was accidentally lost during query refactoring. Fixes #49296
Brings back support for circles in legacy geo_shape queries that was accidentally lost during query refactoring. Fixes #49296
We currently do not support circle queries for geo_shape fields using BKD_backed geo_shape but it should be possible to do it using legacy indexing strategy.
This is currently broken. They issue seems to be in the serialisation mechanism which throws an error for circle geometries.
The text was updated successfully, but these errors were encountered: