File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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." ,
You can’t perform that action at this time.
0 commit comments