Skip to content

Commit

Permalink
[Synonyms] Mark Synonyms as GA (elastic#103223)
Browse files Browse the repository at this point in the history
* Remove beta from synonyms docs and json definitions

---------

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
kderusso and elasticmachine authored Dec 14, 2023
1 parent 0820186 commit a2dc45b
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 23 deletions.
10 changes: 10 additions & 0 deletions docs/changelog/103223.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/delete-synonym-rule.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[delete-synonym-rule]]
=== Delete synonym rule

beta::[]

++++
<titleabbrev>Delete synonym rule</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/delete-synonyms-set.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[delete-synonyms-set]]
=== Delete synonyms set

beta::[]

++++
<titleabbrev>Delete synonyms set</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/get-synonym-rule.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[get-synonym-rule]]
=== Get synonym rule

beta::[]

++++
<titleabbrev>Get synonym rule</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/get-synonyms-set.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[get-synonyms-set]]
=== Get synonyms set

beta::[]

++++
<titleabbrev>Get synonyms set</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/list-synonyms-sets.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[list-synonyms-sets]]
=== List synonyms sets

beta::[]

++++
<titleabbrev>List synonyms sets</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/put-synonym-rule.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[put-synonym-rule]]
=== Create or update synonym rule

beta::[]

++++
<titleabbrev>Create or update synonym rule</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/put-synonyms-set.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[put-synonyms-set]]
=== Create or update synonyms set

beta::[]

++++
<titleabbrev>Create or update synonyms set</titleabbrev>
++++
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/synonyms/apis/synonyms-apis.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[synonyms-apis]]
== Synonyms APIs

beta::[]

++++
<titleabbrev>Synonyms APIs</titleabbrev>
++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit a2dc45b

Please sign in to comment.