我正在将经纬度对(作为 GeoPoint)的地理数据发送到 Elasticsearch 6.3。但它将其存储为字符串而不是 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