top.asciidoc 307 B

123456789101112
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Parameters*
  3. `field`::
  4. The field to collect the top values for.
  5. `limit`::
  6. The maximum number of values to collect.
  7. `order`::
  8. The order to calculate the top values. Either `asc` or `desc`.