From 6a6c45e2d05281f5cc55baf70ac23acebee65295 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 14 Aug 2014 18:29:09 +0200 Subject: [PATCH] Docs: Update snapshots.asciidoc Added a link so you directly get to the page that tells how to open/close an index. Closes #7286 --- docs/reference/modules/snapshots.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/snapshots.asciidoc b/docs/reference/modules/snapshots.asciidoc index 2c26bf715f6..6ad7d63ebdc 100644 --- a/docs/reference/modules/snapshots.asciidoc +++ b/docs/reference/modules/snapshots.asciidoc @@ -203,7 +203,7 @@ $ curl -XPOST "localhost:9200/_snapshot/my_backup/snapshot_1/_restore" -d '{ ----------------------------------- The restore operation can be performed on a functioning cluster. However, an existing index can be only restored if it's -closed. The restore operation automatically opens restored indices if they were closed and creates new indices if they +<>. The restore operation automatically opens restored indices if they were closed and creates new indices if they didn't exist in the cluster. If cluster state is restored, the restored templates that don't currently exist in the cluster are added and existing templates with the same name are replaced by the restored templates. The restored persistent settings are added to the existing persistent settings.