Skip to content

Commit 9014361

Browse files
committed
Adjust copy settings versions
This commit adjusts the versions on the copy settings behavior now that the default behavior is configured in 7.0.0.
1 parent 73ec90f commit 9014361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/indices/shrink-index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ and `index.sort` settings, index settings on the source index are not copied
135135
during a shrink operation. With the exception of non-copyable settings, settings
136136
from the source index can be copied to the target index by adding the URL
137137
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 9.0.0
138+
be set to `false`. The parameter `copy_settings` will be removed in 8.0.0
139139

140140
deprecated[6.4.0, not copying settings is deprecated, copying settings will be
141-
the default behavior in 8.x]
141+
the default behavior in 7.x]
142142

143143
[float]
144144
=== Monitoring the shrink process

docs/reference/indices/split-index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ and `index.sort` settings, index settings on the source index are not copied
182182
during a split operation. With the exception of non-copyable settings, settings
183183
from the source index can be copied to the target index by adding the URL
184184
parameter `copy_settings=true` to the request. Note that `copy_settings` can not
185-
be set to `false`. The parameter `copy_settings` will be removed in 9.0.0
185+
be set to `false`. The parameter `copy_settings` will be removed in 8.0.0
186186

187187
deprecated[6.4.0, not copying settings is deprecated, copying settings will be
188-
the default behavior in 8.x]
188+
the default behavior in 7.x]
189189

190190
[float]
191191
=== Monitoring the split process

0 commit comments

Comments
 (0)