class Elasticsearch::DSL::Search::Aggregations::GeohashGrid
A multi-bucket aggregation which will return document counts for geohash grid cells
@example
search do aggregation :venue_distributions do geohash_grid do field :location precision 5 end end end
See the integration test for a full example.
@see www.elastic.co/guide/en/elasticsearch/guide/current/geohash-grid-agg.html