@@ -117,7 +117,7 @@ You can configure an archive path with the parameter `path`
117117
118118 curl -XPOST 'localhost:9200/test/_export?path=/tmp/myarchive.zip'
119119
120- If ELasticsearch can not write an archive to the path, an error message will appear
120+ If Elasticsearch can not write an archive to the path, an error message will appear
121121and no export will take place.
122122
123123Renaming indexes and index types
@@ -213,7 +213,7 @@ You can import the file with::
213213 curl -XPOST 'localhost:9200/test/test/_import'
214214
215215Knapsack does not delete or overwrite data by default.
216- But ou can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
216+ But you can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
217217
218218When importing, you can map your indexes or index/types to your favorite ones.
219219
@@ -307,7 +307,7 @@ Knapsack is very simple and works without locks or snapshots. This means, if Ela
307307allowed to write to the part of your data in the export while it runs, you may lose data in the export.
308308So it is up to you to organize the safe export and import with this plugin.
309309
310- If you want a snapshot/restore feature, please use the standard napshot /restore in the upcoming
310+ If you want a snapshot/restore feature, please use the standard snapshot /restore in the upcoming
311311Elasticsearch 1.0 release.
312312
313313Credits
0 commit comments