From e8a4ef98e08f6cf1a0b4dba12c1359b5c375ed5a Mon Sep 17 00:00:00 2001 From: Mantas Simkus <mantas.simkus@ongr.io> Date: Thu, 6 Aug 2015 12:05:11 +0300 Subject: [PATCH] edited GeoBoundsAggregation docs --- docs/Aggregation/GeoBounds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Aggregation/GeoBounds.md b/docs/Aggregation/GeoBounds.md index 0e75e10..2b0d8a5 100644 --- a/docs/Aggregation/GeoBounds.md +++ b/docs/Aggregation/GeoBounds.md @@ -9,7 +9,7 @@ A metric aggregation that computes the bounding box containing all geo_point val ```JSON { "aggregations" : { - "agg_viewport" : { + "viewport" : { "geo_bounds" : { "field" : "location", "wrap_longitude" : true -- GitLab