Module elastic_types::geo []

Implementation of the Elasticsearch geo types.

Use point::GeoPoint for indexing simple geo points with an x and y coordinate.

Use shape::GeoShape for indexing geojson.

Modules

mapping

Common mapping for the Elasticsearch geo types.

point

Implementation of the Elasticsearch geo_point type.

prelude

Includes all types for the geo_point and geo_shape types.

shape

Implementation of the Elasticsearch geo_shape type.