1

我最近安装了ES 5.2.2 我正在寻找我的数据迁移和查询迁移。我想知道,我们如何查询指定 geohash 字符串中的点?

GET my_type/_search
{
  "query": {"term": {"location.geohash": "9q8yy"}}
}
4

0 回答 0