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?