From 8ab0c1b4a018fc88647ec51c3b67ba9870811ee9 Mon Sep 17 00:00:00 2001 From: Kartika Prasad Date: Mon, 13 Jul 2020 23:19:00 +1200 Subject: [PATCH] Update indexing-speed.asciidoc (#59347) typo fix --- docs/reference/how-to/indexing-speed.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/indexing-speed.asciidoc b/docs/reference/how-to/indexing-speed.asciidoc index 97cd88d06e0..8fac808eb76 100644 --- a/docs/reference/how-to/indexing-speed.asciidoc +++ b/docs/reference/how-to/indexing-speed.asciidoc @@ -62,7 +62,7 @@ gets indexed and when it becomes visible, increasing the If you have a large amount of data that you want to load all at once into Elasticsearch, it may be beneficial to set `index.number_of_replicas` to `0` in -order to speep up indexing. Having no replicas means that losing a single node +order to speed up indexing. Having no replicas means that losing a single node may incur data loss, so it is important that the data lives elsewhere so that this initial load can be retried in case of an issue. Once the initial load is finished, you can set `index.number_of_replicas` back to its original value.