mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 18:08:36 +00:00
fix typo
This commit is contained in:
parent
ade1d0ef57
commit
000c33aac3
@ -28,7 +28,7 @@ Example:
|
||||
<1> The `global` aggregation has an empty body
|
||||
<2> The sub-aggregations that are registered for this `global` aggregation
|
||||
|
||||
The above aggregation demonstrates how one would compute aggregations (`avg_price` in this example) on all the documents in the search context, regardless of the query (in our example, it will compute the the average price over all products in our catalog, not just on the "shirts").
|
||||
The above aggregation demonstrates how one would compute aggregations (`avg_price` in this example) on all the documents in the search context, regardless of the query (in our example, it will compute the average price over all products in our catalog, not just on the "shirts").
|
||||
|
||||
The response for the above aggreation:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user