Skip to content

Commit 7c4ca39

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 980f865 commit 7c4ca39

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ public Match(
257257
name = "zero_terms_query",
258258
type = "keyword",
259259
valueHint = { "none", "all" },
260-
description = "Indicates whether all documents or none are returned if the analyzer removes all tokens, such as " +
261-
"when using a stop filter. Defaults to none."
260+
description = "Indicates whether all documents or none are returned if the analyzer removes all tokens, such as "
261+
+ "when using a stop filter. Defaults to none."
262262
) },
263263
description = "(Optional) Match additional options as <<esql-function-named-params,function named parameters>>."
264264
+ " See <<query-dsl-match-query,match query>> for more information.",

0 commit comments

Comments
 (0)