Skip to content

Commit

Permalink
Make Categorize snapshot function compliant for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Sep 18, 2024
1 parent 955b256 commit 47ab4e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class Categorize extends GroupingFunction implements Validatable {

private final Expression field;

@FunctionInfo(returnType = { "integer" }, description = "Categorizes text messages")
@FunctionInfo(returnType = { "integer" }, description = "Categorizes text messages.")
public Categorize(
Source source,
@Param(name = "field", type = { "text", "keyword" }, description = "Expression to categorize") Expression field
Expand Down

0 comments on commit 47ab4e1

Please sign in to comment.