Skip to content

Commit 44912dc

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 a35b390 commit 44912dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public MultiMatch(
206206
type = "boolean",
207207
valueHint = { "true", "false" },
208208
description = "If false, format-based errors, such as providing a text query value for a numeric field, are returned. "
209-
+ "Defaults to false."
209+
+ "Defaults to true."
210210
),
211211
@MapParam.MapParamEntry(
212212
name = "max_expansions",

0 commit comments

Comments
 (0)