elasticsearch/docs/reference/query-languages/esql/functions-operators/search-functions.md

1.7 KiB

navigation_title mapped_pages
Search functions
https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-functions-operators.html#esql-search-functions

{{esql}} Search functions [esql-search-functions]

Use these functions for full-text search and semantic search.

Get started with {{esql}} for search use cases with our hands-on tutorial.

Full text functions can be used to match multivalued fields. A multivalued field that contains a value that matches a full text query is considered to match the query.

Full text functions are significantly more performant for text search use cases on large data sets than using pattern matching or regular expressions with LIKE or RLIKE

See full text search limitations for information on the limitations of full text search.

{{esql}} supports these full-text search functions:

:::{include} ../_snippets/lists/search-functions.md :::

:::{include} ../_snippets/functions/layout/kql.md :::

:::{include} ../_snippets/functions/layout/match.md :::

% MATCH_PHRASE is currently hidden % :::{include} ../_snippets/functions/layout/match_phrase.md % :::

:::{include} ../_snippets/functions/layout/qstr.md :::

% TERM is currently a hidden feature % To make it visible again, uncomment this and the line in lists/search-functions.md % :::{include} ../_snippets/functions/layout/term.md % :::