Skip to content

Commit ed61d68

Browse files
gaobinlongjrodewig
authored andcommitted
[DOCS] Correct typo in split index API docs (elastic#48894)
1 parent 082b269 commit ed61d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/indices/split-index.asciidoc

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)