Module elastic_types::geo::shape::mapping [] [src]

Mapping for Elasticsearch geo_shape types.

Structs

DefaultGeoShapeMapping

Default mapping for geo_shape.

Enums

Orientation

This parameter defines one of two coordinate system rules (Right-hand or Left-hand) each of which can be specified in a few different ways. - Right-hand rule: right, ccw, counterclockwise, - Left-hand rule: left, cw, clockwise. The default orientation (counterclockwise) complies with the OGC standard which defines outer ring vertices in counterclockwise order with inner ring(s) vertices (holes) in clockwise order.

Strategy

The strategy defines the approach for how to represent shapes at indexing and search time.

Tree

Name of the PrefixTree implementation to be used.

Traits

GeoShapeFieldType

A field that will be mapped as a geo_shape.

GeoShapeMapping

The base requirements for mapping a geo_shape type.