mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
12 lines
307 B
Text
Generated
12 lines
307 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Parameters*
|
|
|
|
`field`::
|
|
The field to collect the top values for.
|
|
|
|
`limit`::
|
|
The maximum number of values to collect.
|
|
|
|
`order`::
|
|
The order to calculate the top values. Either `asc` or `desc`.
|