我正在将纬度成对的地理数据(作为GeoPoint)发送到Elasticsearch 6.3中。但是它将其存储为String而不是GeoPoint。
ELK是否需要任何插件才能将数据作为GeoPoint接受?
GeoHashing有何处理?我也尝试过使用以下库发送编码为GeoHashes的数据: https://github.com/kungfoo/geohash-java 和 https://github.com/Factual/beercode-open/blob/master/formats/Geohash.java 没用。
我也尝试过使用各种示例数据,例如航班,日志等: https://www.elastic.co/guide/en/elasticsearch/reference/6.5/search-aggregations-bucket-geohashgrid-aggregation.html