diff --git a/docs/reference/query-languages/esql/_snippets/functions/layout/kql.md b/docs/reference/query-languages/esql/_snippets/functions/layout/kql.md index 04c50cfded194..4c2aaf2bea55c 100644 --- a/docs/reference/query-languages/esql/_snippets/functions/layout/kql.md +++ b/docs/reference/query-languages/esql/_snippets/functions/layout/kql.md @@ -1,12 +1,6 @@ % This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. ## `KQL` [esql-kql] -:::{warning} -Do not use on production environments. This functionality is in technical preview and -may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview -are not subject to the support SLA of official GA features. -::: - **Syntax** diff --git a/docs/reference/query-languages/esql/_snippets/functions/layout/match.md b/docs/reference/query-languages/esql/_snippets/functions/layout/match.md index b5368c12e2b4a..0db9225175fa2 100644 --- a/docs/reference/query-languages/esql/_snippets/functions/layout/match.md +++ b/docs/reference/query-languages/esql/_snippets/functions/layout/match.md @@ -1,12 +1,6 @@ % This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. ## `MATCH` [esql-match] -:::{warning} -Do not use on production environments. This functionality is in technical preview and -may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview -are not subject to the support SLA of official GA features. -::: - :::{note} ###### Serverless: GA, Elastic Stack: COMING Support for optional named parameters is only available in serverless, or in a future {{es}} release diff --git a/docs/reference/query-languages/esql/_snippets/functions/layout/qstr.md b/docs/reference/query-languages/esql/_snippets/functions/layout/qstr.md index 9154ed5343624..b28ceb9a82489 100644 --- a/docs/reference/query-languages/esql/_snippets/functions/layout/qstr.md +++ b/docs/reference/query-languages/esql/_snippets/functions/layout/qstr.md @@ -1,12 +1,6 @@ % This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. ## `QSTR` [esql-qstr] -:::{warning} -Do not use on production environments. This functionality is in technical preview and -may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview -are not subject to the support SLA of official GA features. -::: - :::{note} ###### Serverless: GA, Elastic Stack: COMING Support for optional named parameters is only available in serverless, or in a future {{es}} release diff --git a/docs/reference/query-languages/esql/_snippets/lists/search-functions.md b/docs/reference/query-languages/esql/_snippets/lists/search-functions.md index f8deaf752414f..7854da157f904 100644 --- a/docs/reference/query-languages/esql/_snippets/lists/search-functions.md +++ b/docs/reference/query-languages/esql/_snippets/lists/search-functions.md @@ -1,4 +1,4 @@ -* [preview] [`KQL`](../../functions-operators/search-functions.md#esql-kql) -* [preview] [`MATCH`](../../functions-operators/search-functions.md#esql-match) -* [preview] [`QSTR`](../../functions-operators/search-functions.md#esql-qstr) -% * [preview] [`TERM`](../../functions-operators/search-functions.md#esql-term) +* [`KQL`](../../functions-operators/search-functions.md#esql-kql) +* [`MATCH`](../../functions-operators/search-functions.md#esql-match) +* [`QSTR`](../../functions-operators/search-functions.md#esql-qstr) +% * [`TERM`](../../functions-operators/search-functions.md#esql-term) diff --git a/docs/reference/query-languages/esql/kibana/definition/functions/kql.json b/docs/reference/query-languages/esql/kibana/definition/functions/kql.json index fa93a40c3b90d..cdffde4ce355a 100644 --- a/docs/reference/query-languages/esql/kibana/definition/functions/kql.json +++ b/docs/reference/query-languages/esql/kibana/definition/functions/kql.json @@ -32,6 +32,6 @@ "examples" : [ "FROM books\n| WHERE KQL(\"author: Faulkner\")" ], - "preview" : true, + "preview" : false, "snapshot_only" : false } diff --git a/docs/reference/query-languages/esql/kibana/definition/functions/match.json b/docs/reference/query-languages/esql/kibana/definition/functions/match.json index 18048a9091550..9638551f96068 100644 --- a/docs/reference/query-languages/esql/kibana/definition/functions/match.json +++ b/docs/reference/query-languages/esql/kibana/definition/functions/match.json @@ -734,6 +734,6 @@ "FROM books\n| WHERE MATCH(author, \"Faulkner\")", "FROM books\n| WHERE MATCH(title, \"Hobbit Back Again\", {\"operator\": \"AND\"})\n| KEEP title;" ], - "preview" : true, + "preview" : false, "snapshot_only" : false } diff --git a/docs/reference/query-languages/esql/kibana/definition/functions/qstr.json b/docs/reference/query-languages/esql/kibana/definition/functions/qstr.json index ae04459416fa5..47354a38f6cd5 100644 --- a/docs/reference/query-languages/esql/kibana/definition/functions/qstr.json +++ b/docs/reference/query-languages/esql/kibana/definition/functions/qstr.json @@ -47,6 +47,6 @@ "FROM books\n| WHERE QSTR(\"author: Faulkner\")", "FROM books\n| WHERE QSTR(\"title: Hobbjt~\", {\"fuzziness\": 2})" ], - "preview" : true, + "preview" : false, "snapshot_only" : false } diff --git a/docs/reference/query-languages/esql/limitations.md b/docs/reference/query-languages/esql/limitations.md index 615876d806627..f5c5c750113b7 100644 --- a/docs/reference/query-languages/esql/limitations.md +++ b/docs/reference/query-languages/esql/limitations.md @@ -105,7 +105,6 @@ In addition, when [querying multiple indexes](docs-content://explore-analyze/que ## Full-text search [esql-limitations-full-text-search] -[preview] {{esql}}'s support for [full-text search](/reference/query-languages/esql/functions-operators/search-functions.md) is currently in Technical Preview. One limitation of full-text search is that it is necessary to use the search function, like [`MATCH`](/reference/query-languages/esql/functions-operators/search-functions.md#esql-match), in a [`WHERE`](/reference/query-languages/esql/commands/processing-commands.md#esql-where) command directly after the diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Kql.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Kql.java index 12dd7a7a5e904..99d6333ce39cc 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Kql.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Kql.java @@ -35,7 +35,6 @@ public class Kql extends FullTextFunction { @FunctionInfo( returnType = "boolean", - preview = true, description = "Performs a KQL query. Returns true if the provided KQL query string matches the row.", examples = { @Example(file = "kql-function", tag = "kql-with-field") } ) diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java index bd5efb7279a99..16663c78df06d 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java @@ -138,7 +138,6 @@ public class Match extends FullTextFunction implements OptionalArgument, PostAna @FunctionInfo( returnType = "boolean", - preview = true, description = """ Use `MATCH` to perform a <> on the specified field. Using `MATCH` is equivalent to using the `match` query in the Elasticsearch Query DSL. diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchOperator.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchOperator.java index 535eb15d29038..9ef4f111338d5 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchOperator.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchOperator.java @@ -28,7 +28,6 @@ public class MatchOperator extends Match { @FunctionInfo( returnType = "boolean", operator = ":", - preview = true, description = """ Use the match operator (`:`) to perform a <> on the specified field. Using `:` is equivalent to using the `match` query in the Elasticsearch Query DSL. diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/QueryString.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/QueryString.java index 63a463d1e25a0..0871a05c75393 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/QueryString.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/QueryString.java @@ -106,7 +106,6 @@ public class QueryString extends FullTextFunction implements OptionalArgument { @FunctionInfo( returnType = "boolean", - preview = true, description = "Performs a <>. " + "Returns true if the provided query string matches the row.", examples = {