From 161a7b73cd798f0094f5424bb197a831ed780628 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 5 Jun 2024 12:20:31 +0100 Subject: [PATCH] [DOCS] Removes experimental from ES|QL Helper --- elasticsearch/lib/elasticsearch/helpers/esql_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elasticsearch/lib/elasticsearch/helpers/esql_helper.rb b/elasticsearch/lib/elasticsearch/helpers/esql_helper.rb index 883ae0d514..e8d3d8cbf8 100644 --- a/elasticsearch/lib/elasticsearch/helpers/esql_helper.rb +++ b/elasticsearch/lib/elasticsearch/helpers/esql_helper.rb @@ -18,10 +18,6 @@ module Elasticsearch module Helpers # Elasticsearch Client Helper for the ES|QL API - # This functionality is Experimental and may be changed or removed - # completely in a future release. Elastic will take a best effort approach - # to fix any issues, but experimental features are not subject to the - # support SLA of official GA features. # # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-query-api.html #