Merge pull request #11801 from golubev/patch-6
fix json syntax in filters-aggregation.asciidoc
This commit is contained in:
parent
65cf8d1c46
commit
37eae789a0
|
@ -47,7 +47,7 @@ Response:
|
||||||
"errors" : {
|
"errors" : {
|
||||||
"doc_count" : 34,
|
"doc_count" : 34,
|
||||||
"monthly" : {
|
"monthly" : {
|
||||||
"buckets : [
|
"buckets" : [
|
||||||
... // the histogram monthly breakdown
|
... // the histogram monthly breakdown
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -55,7 +55,7 @@ Response:
|
||||||
"warnings" : {
|
"warnings" : {
|
||||||
"doc_count" : 439,
|
"doc_count" : 439,
|
||||||
"monthly" : {
|
"monthly" : {
|
||||||
"buckets : [
|
"buckets" : [
|
||||||
... // the histogram monthly breakdown
|
... // the histogram monthly breakdown
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -125,4 +125,4 @@ request. The response for this example would be:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue