mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[Synonyms] Mark Synonyms as GA (#103223)
* Remove beta from synonyms docs and json definitions --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
0820186075
commit
a2dc45bc02
16 changed files with 17 additions and 23 deletions
10
docs/changelog/103223.yaml
Normal file
10
docs/changelog/103223.yaml
Normal file
|
@ -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
|
|
@ -1,8 +1,6 @@
|
|||
[[delete-synonym-rule]]
|
||||
=== Delete synonym rule
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Delete synonym rule</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[delete-synonyms-set]]
|
||||
=== Delete synonyms set
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Delete synonyms set</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[get-synonym-rule]]
|
||||
=== Get synonym rule
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Get synonym rule</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[get-synonyms-set]]
|
||||
=== Get synonyms set
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Get synonyms set</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[list-synonyms-sets]]
|
||||
=== List synonyms sets
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>List synonyms sets</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[put-synonym-rule]]
|
||||
=== Create or update synonym rule
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Create or update synonym rule</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[put-synonyms-set]]
|
||||
=== Create or update synonyms set
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Create or update synonyms set</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[[synonyms-apis]]
|
||||
== Synonyms APIs
|
||||
|
||||
beta::[]
|
||||
|
||||
++++
|
||||
<titleabbrev>Synonyms APIs</titleabbrev>
|
||||
++++
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue