Module elasticsearch_dsl::search::queries::shape
source · 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§
- Queries documents that contain fields indexed using the
shapetype. - Queries documents that contain fields indexed using the
shapetype.