% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.
Use MATCH
to perform a match query on the specified field.
Using MATCH
is equivalent to using the match
query in the Elasticsearch Query DSL.
FROM books
| WHERE MATCH(author, "Faulkner")