Skip to content

Commit

Permalink
[DOCS] Correct typo in split index API docs (#48894)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaobinlong authored and jrodewig committed Nov 7, 2019
1 parent 8a14ea5 commit bdc7057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/split-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Indices can only be split if they satisfy the following requirements:
* The source index must have fewer primary shards than the target index.
* The number of primary shards in the target index must be a factor of the
* The number of primary shards in the target index must be a multiple of the
number of primary shards in the source index.
* The node handling the split process must have sufficient free disk space to
Expand All @@ -191,7 +191,7 @@ POST /my_source_index/_split/my_target_index
--------------------------------------------------
// TEST[s/^/PUT my_source_index\n{"settings": {"index.blocks.write": true, "index.number_of_shards": "1"}}\n/]

<1> The number of shards in the target index. This must be a factor of the
<1> The number of shards in the target index. This must be a multiple of the
number of shards in the source index.


Expand Down

0 comments on commit bdc7057

Please sign in to comment.