You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/esql/functions/search-functions.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Full text functions are used to search for text in fields.
11
11
Full text functions can be used to match <<esql-multivalued-fields,multivalued fields>>.
12
12
A multivalued field that contains a value that matches a full text query is considered to match the query.
13
13
14
-
Full text functions are more performant for text search use cases than using pattern matching or regular expressions with `LIKE` or `RLIKE`.
14
+
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`
15
15
16
16
See <<esql-limitations-full-text-search,full text search limitations>> for information on the limitations of full text search.
0 commit comments