From 2efd243778709b851815fdf7be1f38735bd399a7 Mon Sep 17 00:00:00 2001 From: Mantas Simkus <mantas.simkus@ongr.io> Date: Thu, 6 Aug 2015 12:07:24 +0300 Subject: [PATCH] edited GeiHashGridAggregation docs --- docs/Aggregation/GeoHashGrid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Aggregation/GeoHashGrid.md b/docs/Aggregation/GeoHashGrid.md index e372264..ac9b5ba 100644 --- a/docs/Aggregation/GeoHashGrid.md +++ b/docs/Aggregation/GeoHashGrid.md @@ -10,7 +10,7 @@ that represent cells in a grid. ```JSON { "aggregations" : { - "agg_GrainGeoHashGrid" : { + "GrainGeoHashGrid" : { "geohash_grid" : { "field" : "location", "precision" : 3 -- GitLab