You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/ExtractSnippets.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ public class ExtractSnippets extends EsqlScalarFunction
82
82
83
83
@FunctionInfo(
84
84
returnType = "keyword",
85
+
preview = true,
85
86
description = """
86
87
Extracts the most relevant snippets to return from a given input string""",
87
88
examples = @Example(file = "keyword", tag = "extract_snippets")
0 commit comments