Skip to content

Commit ec3ac7a

Browse files
committed
Add preview = true
1 parent 80d1056 commit ec3ac7a

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/ExtractSnippets.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public class ExtractSnippets extends EsqlScalarFunction
8282

8383
@FunctionInfo(
8484
returnType = "keyword",
85+
preview = true,
8586
description = """
8687
Extracts the most relevant snippets to return from a given input string""",
8788
examples = @Example(file = "keyword", tag = "extract_snippets")

0 commit comments

Comments
 (0)