Docs: Update snapshots.asciidoc

Added a link so you directly get to the page that tells how to open/close an index.

Closes #7286
This commit is contained in:
Carsten Brandt 2014-08-14 18:29:09 +02:00 committed by Clinton Gormley
parent 3b3e2ed5e9
commit 6a6c45e2d0
1 changed files with 1 additions and 1 deletions

View File

@ -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
<<indices-open-close,closed>>. 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.