Skip to content

Commit 1f9ee18

Browse files
gaobinlongjrodewig
authored andcommitted
[DOCS] Correct typo in split index API docs (#48894)
1 parent 2461f37 commit 1f9ee18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/indices/split-index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)