Skip to content

Commit

Permalink
Code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 19, 2024
1 parent 7279a50 commit 69fee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/search-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Full text functions are used to search for text in fields.
Full text functions can be used to match <<esql-multivalued-fields,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 more performant for text search use cases than using pattern matching or regular expressions with `LIKE` or `RLIKE`.
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 <<esql-limitations-full-text-search,full text search limitations>> for information on the limitations of full text search.

Expand Down

0 comments on commit 69fee78

Please sign in to comment.