You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where that extra geo_bbox comex from, and if it is configurable. From reading the code with my limited understanding of rust, I see no way to disable this, configure this, or otherwise remove that part. Did I miss something?
The text was updated successfully, but these errors were encountered:
Due to lack of experience with Rust and ES, I get stuck on the test-data that needs to become geo_point and not geo_shape for these documents to be returned.
Also not implemented is the with_coerce, with_ignore_malformed and with_type inner fields; since my hack no longer has inner fields.
I'm not sure if I understand the code correct, so I may be using it all wrong.
I'm trying to implement a geo bounding box on a field called
coord
.This fails with an error from ES:
Probably, because there is no field
geo_bbox
. Examining the JSON sent to ES gives me:The offending extra
geo_box
is nested incoords
.The correct JSON, If I understand the ES2 Bounding box DSL correctly, should be:
I'm not sure where that extra geo_bbox comex from, and if it is configurable. From reading the code with my limited understanding of rust, I see no way to disable this, configure this, or otherwise remove that part. Did I miss something?
The text was updated successfully, but these errors were encountered: