[DOCS] Fix missing callouts

This commit is contained in:
Jim Ferenczi 2018-11-08 15:40:01 +01:00
parent 6980feddd2
commit d96202a282
1 changed files with 3 additions and 3 deletions

View File

@ -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,