How to do an Elasticsearch SQL query for geo_point data

172 Views Asked by At

I have an ES index which contains a mapping of type geo_point. I want to use the Elasticsearch SQL API to do a bounding box query.

I know how to do this using ES DSL as per the ES docs.

How would I express this in SQL query form?

In sort what SQL query would translate into an equivalent DSL bounding_box query?

0

There are 0 best solutions below