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 @@ -166,7 +166,7 @@ Indices can only be split if they satisfy the following requirements:
166166
167167* The source index must have fewer primary shards than the target index.
168168
169- * The number of primary shards in the target index must be a factor of the
169+ * The number of primary shards in the target index must be a multiple of the
170170 number of primary shards in the source index.
171171
172172* The node handling the split process must have sufficient free disk space to
@@ -191,7 +191,7 @@ POST /my_source_index/_split/my_target_index
191191--------------------------------------------------
192192// TEST[s/^/PUT my_source_index\n{"settings": {"index.blocks.write": true, "index.number_of_shards": "1"}}\n/]
193193
194- <1> The number of shards in the target index. This must be a factor of the
194+ <1> The number of shards in the target index. This must be a multiple of the
195195 number of shards in the source index.
196196
197197
You can’t perform that action at this time.
0 commit comments