mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
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" : {
|
||||
"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:
|
||||
}
|
||||
}
|
||||
...
|
||||
--------------------------------------------------
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user