Skip to content

Commit 310bf86

Browse files
committed
add applies to for 9.2 option
1 parent 49783f1 commit 310bf86

File tree

2 files changed

+2
-2
lines changed
  • docs/reference/query-languages/esql/_snippets/functions/functionNamedParams
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping

2 files changed

+2
-2
lines changed

docs/reference/query-languages/esql/_snippets/functions/functionNamedParams/categorize.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping/Categorize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public Categorize(
117117
name = OUTPUT_FORMAT,
118118
type = "keyword",
119119
valueHint = { "regex", "tokens" },
120-
description = "The output format of the categories. Defaults to regex."
120+
description = "The output format of the categories. Defaults to regex. {applies_to}`stack: ga 9.2`}"
121121
),
122122
@MapParam.MapParamEntry(
123123
name = SIMILARITY_THRESHOLD,

0 commit comments

Comments
 (0)