Correct documentation for Min Bucket Aggregation (#23867)
This commit is contained in:
parent
47160ba6ed
commit
777b5a3c16
|
@ -9,7 +9,7 @@ be a multi-bucket aggregation.
|
|||
|
||||
==== Syntax
|
||||
|
||||
A `max_bucket` aggregation looks like this in isolation:
|
||||
A `min_bucket` aggregation looks like this in isolation:
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
@ -62,7 +62,7 @@ POST /sales/_search
|
|||
// CONSOLE
|
||||
// TEST[setup:sales]
|
||||
|
||||
<1> `buckets_path` instructs this max_bucket aggregation that we want the minimum value of the `sales` aggregation in the
|
||||
<1> `buckets_path` instructs this min_bucket aggregation that we want the minimum value of the `sales` aggregation in the
|
||||
`sales_per_month` date histogram.
|
||||
|
||||
And the following may be the response:
|
||||
|
|
Loading…
Reference in New Issue