标签: elasticsearch geospatial geohashing
我最近安装了ES 5.2.2 我正在寻找我的数据迁移和查询迁移。 我想知道,我们如何查询指定geohash字符串中的点?
GET my_type/_search { "query": {"term": {"location.geohash": "9q8yy"}} }