Merge pull request #19320 from elastic/GlenRSmith-patch-1

slight clarification
This commit is contained in:
Adrien Grand 2016-07-08 08:29:34 +02:00 committed by GitHub
commit bbf8f3499b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
== Shrink Index
The shrink index API allows you to shrink an existing index into a new index
with fewer primary shards. The number of primary shards in the target index
must be a factor of the shards in the source index. For example an index with
with fewer primary shards. The requested number of primary shards in the target index
must be a factor of the number of shards in the source index. For example an index with
`8` primary shards can be shrunk into `4`, `2` or `1` primary shards or an index
with `15` primary shards can be shrunk into `5`, `3` or `1`. If the number
of shards in the index is a prime number it can only be shrunk into a single