Expand description
Like geo_shape Elasticsearch supports the ability to index arbitrary two dimension (non Geospatial) geometries making it possible to map out virtual worlds, sporting venues, theme parks, and CAD diagrams.
Elasticsearch supports two types of cartesian data: point fields which support x/y pairs, and shape fields, which support points, lines, circles, polygons, multi-polygons, etc.
Structsยง
- Shape
Lookup Query - Queries documents that contain fields indexed using the
shape
type. - Shape
Query - Queries documents that contain fields indexed using the
shape
type.