mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix typo in filters aggregation docs (#21690)
This commit is contained in:
parent
71a21b3208
commit
546fa92d61
@ -107,7 +107,7 @@ request. The response for this example would be:
|
||||
{
|
||||
"doc_count" : 34,
|
||||
"monthly" : {
|
||||
"buckets : [
|
||||
"buckets" : [
|
||||
... // the histogram monthly breakdown
|
||||
]
|
||||
}
|
||||
@ -115,7 +115,7 @@ request. The response for this example would be:
|
||||
{
|
||||
"doc_count" : 439,
|
||||
"monthly" : {
|
||||
"buckets : [
|
||||
"buckets" : [
|
||||
... // the histogram monthly breakdown
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user