| 123456789101112131415161718 | [[shape-queries]][role="xpack"][testenv="basic"]== Shape queriesLike <<geo-shape,`geo_shape`>> Elasticsearch supports the ability to indexarbitrary two dimension (non Geospatial) geometries making it possible tomap out virtual worlds, sporting venues, theme parks, and CAD diagrams. The<<shape,`shape`>> field type supports points, lines, polygons, multi-polygons,envelope, etc.The queries in this group are:<<query-dsl-shape-query,`shape`>> query::Finds documents with shapes that either intersect, are within, or do notintersect a specified shape.include::shape-query.asciidoc[]
 |