slight clarification
This commit is contained in:
parent
81fcdfcee9
commit
d7099f05b9
|
@ -2,8 +2,8 @@
|
||||||
== Shrink Index
|
== Shrink Index
|
||||||
|
|
||||||
The shrink index API allows you to shrink an existing index into a new 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
|
with fewer primary shards. The requested number of primary shards in the target index
|
||||||
must be a factor of the shards in the source index. For example an index with
|
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
|
`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
|
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
|
of shards in the index is a prime number it can only be shrunk into a single
|
||||||
|
|
Loading…
Reference in New Issue