Skip to content

Commit

Permalink
Update indexing-speed.asciidoc (elastic#59347)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
pure-zero authored and pugnascotia committed Jul 13, 2020
1 parent 42035a5 commit 8ab0c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/how-to/indexing-speed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ab0c1b

Please sign in to comment.