From 41810bd63cf7bde50a4a1910219f8df32be5b3c2 Mon Sep 17 00:00:00 2001 From: Aaron Mildenstein Date: Mon, 13 Jun 2016 12:04:20 -0600 Subject: [PATCH] Pluralize "index" (#18811) This doesn't just happen to "an index" unless you're restoring just one. It reads better this way, IMO. --- 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 2d8106e981c..d000805e5e9 100644 --- a/docs/reference/modules/snapshots.asciidoc +++ b/docs/reference/modules/snapshots.asciidoc @@ -328,7 +328,7 @@ By default, all indices in the snapshot are restored, and the cluster state is as to allow the global cluster state from being restored by using `indices` and `include_global_state` options in the restore request body. The list of indices supports <>. The `rename_pattern` -and `rename_replacement` options can be also used to rename index on restore +and `rename_replacement` options can be also used to rename indices on restore using regular expression that supports referencing the original text as explained http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#appendReplacement(java.lang.StringBuffer,%20java.lang.String)[here].