Browse Source

Remove _reload_search_analyzer experimental status (#50696)

Removing the experimental status in the docs and the rest specs.
Christoph Büscher 5 years ago
parent
commit
84af7c4844

+ 0 - 2
docs/reference/indices/apis/reload-analyzers.asciidoc

@@ -6,8 +6,6 @@
 <titleabbrev>Reload search analyzers</titleabbrev>
 ++++
 
-experimental::[]
-
 Reloads an index's <<search-analyzer,search analyzers>> and their resources.
 
 [source,console]

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/indices.reload_search_analyzers.json

@@ -3,7 +3,7 @@
     "documentation":{
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-reload-analyzers.html"
     },
-    "stability":"experimental",
+    "stability" : "stable",
     "url":{
       "paths":[
         {