knn.asciidoc 402 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. Field that the query will target.
  5. `query`::
  6. Vector value to find top nearest neighbours for.
  7. `options`::
  8. (Optional) kNN additional options as <<esql-function-named-params,function named parameters>>. See <<query-dsl-knn-query,knn query>> for more information.