@@ -62,7 +62,7 @@ the following request:
6262
6363[source,js]
6464--------------------------------------------------
65- POST my_source_index/_shrink/my_target_index?copy_settings=true
65+ POST my_source_index/_shrink/my_target_index
6666{
6767 "settings": {
6868 "index.routing.allocation.require._name": null, <1>
@@ -106,7 +106,7 @@ and accepts `settings` and `aliases` parameters for the target index:
106106
107107[source,js]
108108--------------------------------------------------
109- POST my_source_index/_shrink/my_target_index?copy_settings=true
109+ POST my_source_index/_shrink/my_target_index
110110{
111111 "settings": {
112112 "index.number_of_replicas": 1,
@@ -130,16 +130,6 @@ POST my_source_index/_shrink/my_target_index?copy_settings=true
130130
131131NOTE: Mappings may not be specified in the `_shrink` request.
132132
133- NOTE: By default, with the exception of `index.analysis`, `index.similarity`,
134- and `index.sort` settings, index settings on the source index are not copied
135- during a shrink operation. With the exception of non-copyable settings, settings
136- from the source index can be copied to the target index by adding the URL
137- parameter `copy_settings=true` to the request. Note that `copy_settings` can not
138- be set to `false`. The parameter `copy_settings` will be removed in 8.0.0
139-
140- deprecated[6.4.0, not copying settings is deprecated, copying settings will be
141- the default behavior in 7.x]
142-
143133[float]
144134=== Monitoring the shrink process
145135
0 commit comments