Browse Source

[Synonyms] Mark Synonyms as GA (#103223)

* Remove beta from synonyms docs and json definitions

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Kathleen DeRusso 1 year ago
parent
commit
a2dc45bc02

+ 10 - 0
docs/changelog/103223.yaml

@@ -0,0 +1,10 @@
+pr: 103223
+summary: "[Synonyms] Mark Synonyms as GA"
+area: "Search"
+type: feature
+issues: []
+highlight:
+  title: "GA Release of Synonyms API"
+  body: |-
+    Removes the beta label for the Synonyms API to make it GA.
+  notable: true

+ 0 - 2
docs/reference/synonyms/apis/delete-synonym-rule.asciidoc

@@ -1,8 +1,6 @@
 [[delete-synonym-rule]]
 === Delete synonym rule
 
-beta::[]
-
 ++++
 <titleabbrev>Delete synonym rule</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/delete-synonyms-set.asciidoc

@@ -1,8 +1,6 @@
 [[delete-synonyms-set]]
 === Delete synonyms set
 
-beta::[]
-
 ++++
 <titleabbrev>Delete synonyms set</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/get-synonym-rule.asciidoc

@@ -1,8 +1,6 @@
 [[get-synonym-rule]]
 === Get synonym rule
 
-beta::[]
-
 ++++
 <titleabbrev>Get synonym rule</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/get-synonyms-set.asciidoc

@@ -1,8 +1,6 @@
 [[get-synonyms-set]]
 === Get synonyms set
 
-beta::[]
-
 ++++
 <titleabbrev>Get synonyms set</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/list-synonyms-sets.asciidoc

@@ -1,8 +1,6 @@
 [[list-synonyms-sets]]
 === List synonyms sets
 
-beta::[]
-
 ++++
 <titleabbrev>List synonyms sets</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/put-synonym-rule.asciidoc

@@ -1,8 +1,6 @@
 [[put-synonym-rule]]
 === Create or update synonym rule
 
-beta::[]
-
 ++++
 <titleabbrev>Create or update synonym rule</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/put-synonyms-set.asciidoc

@@ -1,8 +1,6 @@
 [[put-synonyms-set]]
 === Create or update synonyms set
 
-beta::[]
-
 ++++
 <titleabbrev>Create or update synonyms set</titleabbrev>
 ++++

+ 0 - 2
docs/reference/synonyms/apis/synonyms-apis.asciidoc

@@ -1,8 +1,6 @@
 [[synonyms-apis]]
 == Synonyms APIs
 
-beta::[]
-
 ++++
 <titleabbrev>Synonyms APIs</titleabbrev>
 ++++

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.delete_synonym.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-synonyms-set.html",
       "description": "Deletes a synonym set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.delete_synonym_rule.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-synonym-rule.html",
       "description": "Deletes a synonym rule in a synonym set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.get_synonym.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-synonyms-set.html",
       "description": "Retrieves a synonym set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.get_synonym_rule.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-synonym-rule.html",
       "description": "Retrieves a synonym rule from a synonym set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.get_synonyms_sets.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/list-synonyms-sets.html",
       "description": "Retrieves a summary of all defined synonym sets"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.put_synonym.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-synonyms-set.html",
       "description": "Creates or updates a synonyms set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.put_synonym_rule.json

@@ -4,7 +4,7 @@
       "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-synonym-rule.html",
       "description": "Creates or updates a synonym rule in a synonym set"
     },
-    "stability": "experimental",
+    "stability": "stable",
     "visibility": "public",
     "headers": {
       "accept": [