- Issue created by @mparker17
ElasticSearch Connector already supports mapping Drupal Geofields → to ElasticSearch geo_point fields → .
But Drupal GeoFields can store both Well-known text (WKT) and PostGIS data, and both of those formats support geometries more complex than a point (e.g.: Line, Polygon, Polygon-with-hole, Geometry collections, etc.).
The ElasticSearch geo_shape field type is better-suited for storing geometries more complex than a single geographic point.
Allow administrators to map Drupal fields to ElasticSearch geo_shape fields when configuring Search API Index fields.
To be determined, hopefully minimal.
To be determined, hopefully only API additions.
To be determined, hopefully only additions to the config schema.
Active
8.0
Code