Module geo

Source
Expand description

Elasticsearch supports two types of geo data: geo_point fields which support lat/lon pairs, and geo_shape fields, which support points, lines, circles, polygons, multi-polygons, etc.

Structsยง

GeoBoundingBoxQuery
Matches geo_point and geo_shape values that intersect a bounding box.
GeoDistanceQuery
Matches geo_point and geo_shape values within a given distance of a geopoint.
GeoShapeLookupQuery
Filter documents indexed using the geo_shape or geo_point type.
GeoShapeQuery
Filter documents indexed using the geo_shape or geo_point type.