Skip to content

Commit 282f8a2

Browse files
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MultiMatch.java
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 44912dc commit 282f8a2

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/MultiMatch.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ public class MultiMatch extends FullTextFunction implements OptionalArgument, Po
141141
description = """
142142
Use `MULTI_MATCH` to perform a <<query-dsl-multi-match-query,multi-match query>> on the specified field.
143143
The multi_match query builds on the match query to allow multi-field queries.
144-
145-
TODO.
146-
TODO.""",
144+
""",
147145
examples = {
148146
@Example(file = "multi-match-function", tag = "multi-match-with-field"),
149147
@Example(file = "multi-match-function", tag = "multi-match-with-named-function-params") },

0 commit comments

Comments
 (0)