File tree 1 file changed +2
-2
lines changed
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:
166
166
167
167
* The source index must have fewer primary shards than the target index.
168
168
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
170
170
number of primary shards in the source index.
171
171
172
172
* 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
191
191
--------------------------------------------------
192
192
// TEST[s/^/PUT my_source_index\n{"settings": {"index.blocks.write": true, "index.number_of_shards": "1"}}\n/]
193
193
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
195
195
number of shards in the source index.
196
196
197
197
You can’t perform that action at this time.
0 commit comments