diff --git a/docs/reference/aggregations/bucket/parent-aggregation.asciidoc b/docs/reference/aggregations/bucket/parent-aggregation.asciidoc index d25d882205d..056437df5c8 100644 --- a/docs/reference/aggregations/bucket/parent-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/parent-aggregation.asciidoc @@ -106,7 +106,7 @@ POST parent_example/_search?size=0 "aggs": { "to-questions": { "parent": { - "type" : "answer" + "type" : "answer" <1> }, "aggs": { "top-tags": { @@ -179,9 +179,9 @@ Possible response: }, { "key": "Troll", - "doc_count": 1, <1> + "doc_count": 1, "to-questions": { - "doc_count": 1, <2> + "doc_count": 1, "top-tags": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0,