minor fix
This commit is contained in:
parent
37ac04ee8e
commit
59d63291b9
|
@ -156,4 +156,4 @@ Bucket aggregations produce buckets of documents that you can nest in other aggr
|
|||
|
||||
The inner `aggs` keyword begins a new nested aggregation. The syntax of the parent aggregation and the nested aggregation is the same. Nested aggregations run in the context of the preceding parent aggregations.
|
||||
|
||||
You can also pair your aggregations with search queries to narrow down things you’re trying to analyze before aggregating. If you don't add a query, Elasticsearch implicitly uses the `match_all` query.
|
||||
You can also pair your aggregations with search queries to narrow down things you’re trying to analyze before aggregating. If you don't add a query, OpenSearch implicitly uses the `match_all` query.
|
||||
|
|
Loading…
Reference in New Issue