We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e7ed0 commit 5273681Copy full SHA for 5273681
docs/reference/how-to/indexing-speed.asciidoc
@@ -62,7 +62,7 @@ gets indexed and when it becomes visible, increasing the
62
63
If you have a large amount of data that you want to load all at once into
64
Elasticsearch, it may be beneficial to set `index.number_of_replicas` to `0` in
65
-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
66
may incur data loss, so it is important that the data lives elsewhere so that
67
this initial load can be retried in case of an issue. Once the initial load is
68
finished, you can set `index.number_of_replicas` back to its original value.
0 commit comments