Skip to content

Commit 50f1381

Browse files
committed
[DOCS] Fix missing callouts
1 parent 20b1690 commit 50f1381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/aggregations/bucket/parent-aggregation.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ POST parent_example/_search?size=0
106106
"aggs": {
107107
"to-questions": {
108108
"parent": {
109-
"type" : "answer"
109+
"type" : "answer" <1>
110110
},
111111
"aggs": {
112112
"top-tags": {
@@ -179,9 +179,9 @@ Possible response:
179179
},
180180
{
181181
"key": "Troll",
182-
"doc_count": 1, <1>
182+
"doc_count": 1,
183183
"to-questions": {
184-
"doc_count": 1, <2>
184+
"doc_count": 1,
185185
"top-tags": {
186186
"doc_count_error_upper_bound": 0,
187187
"sum_other_doc_count": 0,

0 commit comments

Comments
 (0)