在es查询里如图所示
参数不懂的可以参考
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-geohashgrid-aggregation.html
java api如何实现拿到每一条key也就是geohash
AggregationBuilder aggregationBuilder =AggregationBuilders.geohashGrid("large-grid").field("location").</