mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
318 B
Generated
318 B
Generated
KQL
Performs a KQL query. Returns true if the provided KQL query string matches the row.
FROM books
| WHERE KQL("author: Faulkner")
| KEEP book_no, author
| SORT book_no
| LIMIT 5