Update search.md (#6432)
* Update search.md Add `aggs` as an acceptable field in the search API Signed-off-by: Jack Lee <38123458+jackhclee@users.noreply.github.com> * Update _api-reference/search.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Jack Lee <38123458+jackhclee@users.noreply.github.com> --------- Signed-off-by: Jack Lee <38123458+jackhclee@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
2f5d20ef04
commit
e646c276c1
|
@ -108,6 +108,7 @@ All fields are optional.
|
|||
|
||||
Field | Type | Description
|
||||
:--- | :--- | :---
|
||||
aggs | Object | In the optional `aggs` parameter, you can define any number of aggregations. Each aggregation is defined by its name and one of the types of aggregations that OpenSearch supports. For more information, see [Aggregations]({{site.url}}{{site.baseurl}}/aggregations/).
|
||||
docvalue_fields | Array of objects | The fields that OpenSearch should return using their docvalue forms. Specify a format to return results in a certain format, such as date and time.
|
||||
fields | Array | The fields to search for in the request. Specify a format to return results in a certain format, such as date and time.
|
||||
explain | String | Whether to return details about how OpenSearch computed the document's score. Default is false.
|
||||
|
|
Loading…
Reference in New Issue