shape-queries.asciidoc 598 B

123456789101112131415161718
  1. [[shape-queries]]
  2. [role="xpack"]
  3. [testenv="basic"]
  4. == Shape queries
  5. Like <<geo-shape,`geo_shape`>> Elasticsearch supports the ability to index
  6. arbitrary two dimension (non Geospatial) geometries making it possible to
  7. map out virtual worlds, sporting venues, theme parks, and CAD diagrams. The
  8. <<shape,`shape`>> field type supports points, lines, polygons, multi-polygons,
  9. envelope, etc.
  10. The queries in this group are:
  11. <<query-dsl-shape-query,`shape`>> query::
  12. Finds documents with shapes that either intersect, are within, or do not
  13. intersect a specified shape.
  14. include::shape-query.asciidoc[]