Hi Jukka,
I'm still very new to ElasticSearch (so take with plenty of salt!), but
if you want to keep the geom in _source and calculate on the fly, I
guess you could maybe try it with one of the scripting languages:
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripti
Hi,
What if somebody would like to use ElasticSearch for queries but still somehow
get the native geometries included in the output? The geometry must be
re-projected into EPSG:4326 for creating either geo_point or geo_shape, but can
anybody suggest a clever way for saving the native geometry?