Skip to content

Commit 69fee78

Browse files
committed
Code review suggestions
1 parent 7279a50 commit 69fee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/esql/functions/search-functions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Full text functions are used to search for text in fields.
1111
Full text functions can be used to match <<esql-multivalued-fields,multivalued fields>>.
1212
A multivalued field that contains a value that matches a full text query is considered to match the query.
1313

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`
1515

1616
See <<esql-limitations-full-text-search,full text search limitations>> for information on the limitations of full text search.
1717

0 commit comments

Comments
 (0)