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
Rather than just requiring a getGeoPointFC(opts) e.g. { "lat": 127, "lon": 4 }, GeoDistance instead expects top_left and bottom_right which should only be used in the GeoBoundingBox query.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-geo-distance-query.html
src/QueryDSL/Query/Geo/GeoDistance
Rather than just requiring a
getGeoPointFC(opts)
e.g.{ "lat": 127, "lon": 4 }
, GeoDistance instead expectstop_left
andbottom_right
which should only be used in the GeoBoundingBox query.The text was updated successfully, but these errors were encountered: