Skip to content

Commit a36cd8f

Browse files
committed
fix it
1 parent dedccc1 commit a36cd8f

File tree

3 files changed

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

3 files changed

+4
-4
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.

docs/reference/query-languages/esql/_snippets/functions/parameters/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public Categorize(
105105
@Param(name = "field", type = { "text", "keyword" }, description = "Expression to categorize") Expression field,
106106
@MapParam(
107107
name = "options",
108-
description = "(Optional) Categorize additional options as <<esql-function-named-params,function named parameters>>.",
108+
description = "(Optional) Categorize additional options as <<esql-function-named-params,function named parameters>>. {applies_to}`stack: ga 9.2`}",
109109
params = {
110110
@MapParam.MapParamEntry(
111111
name = ANALYZER,
@@ -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. {applies_to}`stack: ga 9.2`}"
120+
description = "The output format of the categories. Defaults to regex."
121121
),
122122
@MapParam.MapParamEntry(
123123
name = SIMILARITY_THRESHOLD,

0 commit comments

Comments
 (0)