From 7b0d0ffb3e33efde39302c669284fed47a4e2f5e Mon Sep 17 00:00:00 2001 From: Mantas Simkus <mantas.simkus@ongr.io> Date: Thu, 6 Aug 2015 11:52:23 +0300 Subject: [PATCH] edited ChildrenAggregation docs --- docs/Aggregation/Children.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Aggregation/Children.md b/docs/Aggregation/Children.md index 4358561..11a14a1 100644 --- a/docs/Aggregation/Children.md +++ b/docs/Aggregation/Children.md @@ -10,12 +10,12 @@ document types to buckets on child documents. ```JSON { "aggregations": { - "agg_author_count": { + "author_count": { "children": { "type": "answer" }, "aggregations": { - "agg_top_names": { + "top_names": { "terms": { "field": "owner.display_name" } -- GitLab