|
@@ -107,7 +107,7 @@ request. The response for this example would be:
|
|
{
|
|
{
|
|
"doc_count" : 34,
|
|
"doc_count" : 34,
|
|
"monthly" : {
|
|
"monthly" : {
|
|
- "buckets : [
|
|
|
|
|
|
+ "buckets" : [
|
|
... // the histogram monthly breakdown
|
|
... // the histogram monthly breakdown
|
|
]
|
|
]
|
|
}
|
|
}
|
|
@@ -115,7 +115,7 @@ request. The response for this example would be:
|
|
{
|
|
{
|
|
"doc_count" : 439,
|
|
"doc_count" : 439,
|
|
"monthly" : {
|
|
"monthly" : {
|
|
- "buckets : [
|
|
|
|
|
|
+ "buckets" : [
|
|
... // the histogram monthly breakdown
|
|
... // the histogram monthly breakdown
|
|
]
|
|
]
|
|
}
|
|
}
|