[[geo-queries]] == Geo queries Elasticsearch supports two types of geo data: <> fields which support lat/lon pairs, and <> fields, which support points, lines, circles, polygons, multi-polygons, etc. The queries in this group are: <> query:: Finds documents with geopoints that fall into the specified rectangle. <> query:: Finds documents with geopoints within the specified distance of a central point. <> query:: Find documents with geopoints within the specified polygon. <> query:: Finds documents with: * Geoshapes which either intersect, are contained by, or do not intersect with the specified geoshape * Geopoints which intersect the specified geoshape include::geo-bounding-box-query.asciidoc[] include::geo-distance-query.asciidoc[] include::geo-polygon-query.asciidoc[] include::geo-shape-query.asciidoc[]