File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Indices can only be split if they satisfy the following requirements:
140140
141141* The index must have less primary shards than the target index.
142142
143- * The number of primary shards in the target index must be a factor of the
143+ * The number of primary shards in the target index must be a multiple of the
144144 number of primary shards in the source index.
145145
146146* The node handling the split process must have sufficient free disk space to
@@ -166,7 +166,7 @@ POST my_source_index/_split/my_target_index?copy_settings=true
166166// CONSOLE
167167// TEST[s/^/PUT my_source_index\n{"settings": {"index.blocks.write": true, "index.number_of_routing_shards" : 5, "index.number_of_shards": "1"}}\n/]
168168
169- <1> The number of shards in the target index. This must be a factor of the
169+ <1> The number of shards in the target index. This must be a multiple of the
170170 number of shards in the source index.
171171
172172
You can’t perform that action at this time.
0 commit comments