Skip to content

Commit 811d2df

Browse files
ioanatiakderusso
authored andcommitted
Remove null example for match_phrase (elastic#129173)
1 parent 3b721c0 commit 811d2df

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ public class MatchPhrase extends FullTextFunction implements OptionalArgument, P
106106
All [`match_phrase`](/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md) query parameters are supported.
107107
108108
`MATCH_PHRASE` returns true if the provided query matches the row.""",
109-
examples = {
110-
@Example(file = "match-phrase-function", tag = "match-phrase-with-field"),
111-
@Example(file = "match-phrase-function", tag = "match-phrase-with-named-function-params") },
109+
examples = { @Example(file = "match-phrase-function", tag = "match-phrase-with-field") },
112110
appliesTo = {
113111
@FunctionAppliesTo(
114112
lifeCycle = FunctionAppliesToLifecycle.COMING,

0 commit comments

Comments
 (0)