elastic / elasticsearch-hadoop

:elephant: Elasticsearch real-time search and analytics natively integrated with Hadoop
https://www.elastic.co/products/hadoop
Apache License 2.0
9 stars 990 forks source link

Support WKT formatted Geo Shapes #1291

Open jbaiera opened 5 years ago

jbaiera commented 5 years ago

Geo shapes can be specified in either a JSON format, or as a WKT string. At the moment, ES-Hadoop only supports reading the JSON format value, since it translates directly to a Map-like structure. Additional parsing rules should be added to support reading geo shape types that are represented in WKT format.

sfalquier commented 4 years ago

This is also a problem for me. It would be great if it could be fixed.