Expand description
Elasticsearch supports two types of geo data: geo_point fields which support lat/lon pairs, and geo_shape fields, which support points, lines, circles, polygons, multi-polygons, etc.
Structsยง
- GeoBounding
BoxQuery - Matches geo_point and geo_shape values that intersect a bounding box.
- GeoDistance
Query - Matches geo_point and geo_shape values within a given distance of a geopoint.
- GeoShape
Lookup Query - Filter documents indexed using the
geo_shape
orgeo_point
type. - GeoShape
Query - Filter documents indexed using the
geo_shape
orgeo_point
type.