Skip to content

Commit bc04704

Browse files
committed
Checkstyle
1 parent 2e54a0a commit bc04704

File tree

1 file changed

+4
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+4
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchPhrase.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ public class MatchPhrase extends FullTextFunction implements OptionalArgument, P
106106
MatchPhrase can be used on <<text, text>> fields, as well as other field types like keyword, boolean, or date types.
107107
MatchPhrase is not supported for <<semantic-text, semantic_text>> or numeric types.
108108
109-
MatchPhrase can use <<esql-function-named-params,function named parameters>> to specify additional options for the match_phrase query.
109+
MatchPhrase can use <<esql-function-named-params,function named parameters>> to specify additional options for the
110+
match_phrase query.
110111
All <<match-phrase-field-params,match_phrase query parameters>> are supported.
111112
112-
For a simplified syntax, you can use the <<esql-match-phrase-operator,match_phrase operator>> `:` operator instead of `MATCH_PHRASE`.
113+
For a simplified syntax, you can use the <<esql-match-phrase-operator,match_phrase operator>> `:` operator instead
114+
of `MATCH_PHRASE`.
113115
114116
`MATCH_PHRASE` returns true if the provided query matches the row.""",
115117
examples = {

0 commit comments

Comments
 (0)