Skip to main content

Module query

Module query 

Source
Expand description

Geospatial query implementations: geo_distance, geo_bounding_box, geo_shape.

See [[geospatial]] and [[feature-geo-shape]].

Structs§

GeoBoundingBoxQuery
Match documents within a bounding box.
GeoDistanceQuery
Match documents within a distance from a center point.
GeoShapeQuery
Match documents whose geo_shape field satisfies a spatial relation with a query shape. Uses R-tree for candidate selection and the geo crate for exact [[de-9im]] predicate evaluation.