Skip to content

Commit e3d4f60

Browse files
optional arg
1 parent eeed847 commit e3d4f60

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ public MultiMatch(
173173
valueHint = { "2.5" },
174174
description = "Floating point number used to decrease or increase the relevance scores of the query."
175175
) },
176-
description = "description"
176+
description = "description",
177+
optional = true
177178
) Expression options
178179
) {
179180
this(source, query, fields, options, null);

0 commit comments

Comments
 (0)