From d1727653dd158ca8715a5e5f0096ec8d7f50a0ab Mon Sep 17 00:00:00 2001 From: Christoph Wurm Date: Tue, 5 Jul 2016 13:34:58 +0200 Subject: [PATCH] Update shrink-index.asciidoc Fix half-finished sentence --- docs/reference/indices/shrink-index.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/indices/shrink-index.asciidoc b/docs/reference/indices/shrink-index.asciidoc index 39c5134e23c..2975ef903f3 100644 --- a/docs/reference/indices/shrink-index.asciidoc +++ b/docs/reference/indices/shrink-index.asciidoc @@ -76,8 +76,8 @@ Indices can only be shrunk if they satisfy the following requirements: * The index must have more primary shards than the target index. * The number of primary shards in the target index must be a factor of the - number of primary shards in the source index. must have more primary shards - than the target index. + number of primary shards in the source index. The source index must have + more primary shards than the target index. * The index must not contain more than `2,147,483,519` documents in total across all shards that will be shrunk into a single shard on the target index