Merge pull request #11801 from golubev/patch-6

fix json syntax in filters-aggregation.asciidoc
This commit is contained in:
Clinton Gormley 2015-06-23 20:01:28 +02:00
parent 65cf8d1c46
commit 37eae789a0
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ Response:
"errors" : {
"doc_count" : 34,
"monthly" : {
"buckets : [
"buckets" : [
... // the histogram monthly breakdown
]
}
@ -55,7 +55,7 @@ Response:
"warnings" : {
"doc_count" : 439,
"monthly" : {
"buckets : [
"buckets" : [
... // the histogram monthly breakdown
]
}
@ -125,4 +125,4 @@ request. The response for this example would be:
}
}
...
--------------------------------------------------
--------------------------------------------------