Skip to content

Commit de706bf

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 804dc2e + b7f5a47 commit de706bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
121121
and no export will take place.
122122

123123
Renaming indexes and index types
@@ -213,7 +213,7 @@ You can import the file with::
213213
curl -XPOST 'localhost:9200/test/test/_import'
214214

215215
Knapsack 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

218218
When 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
307307
allowed to write to the part of your data in the export while it runs, you may lose data in the export.
308308
So 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
311311
Elasticsearch 1.0 release.
312312

313313
Credits

0 commit comments

Comments
 (0)