From cc1ff560df3c3972ce1a434e9e580d1bac27092c Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 4 Feb 2014 09:39:55 +0100 Subject: [PATCH] Rename `geohashgrid` to `geohash_grid` in documentation. It was renamed in fc6bc4c4776a2f710f57616e3495aaf6a230c4d3. Close #4997 --- .../aggregations/bucket/geohashgrid-aggregation.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/aggregations/bucket/geohashgrid-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/geohashgrid-aggregation.asciidoc index 2d940861422..d06c7cd1c9e 100644 --- a/docs/reference/search/aggregations/bucket/geohashgrid-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/geohashgrid-aggregation.asciidoc @@ -22,7 +22,7 @@ The specified field must be of type `geo_point` (which can only be set explicitl { "aggregations" : { "myLarge-GrainGeoHashGrid" : { - "geohashgrid" : { + "geohash_grid" : { "field" : "location", "precision" : 3 } @@ -74,7 +74,7 @@ When requesting detailed buckets (typically for displaying a "zoomed in" map) a }, "aggregations":{ "zoom1":{ - "geohashgrid" : { + "geohash_grid" : { "field":"location", "precision":8, }