File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ You can configure an archive path with the parameter `path`
118118
119119 curl -XPOST 'localhost:9200/test/_export?path=/tmp/myarchive.zip'
120120
121- If ELasticsearch can not write an archive to the path, an error message will appear
121+ If Elasticsearch can not write an archive to the path, an error message will appear
122122and no export will take place.
123123
124124Renaming indexes and index types
@@ -214,7 +214,7 @@ You can import the file with::
214214 curl -XPOST 'localhost:9200/test/test/_import'
215215
216216Knapsack does not delete or overwrite data by default.
217- But ou can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
217+ But you can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
218218
219219When importing, you can map your indexes or index/types to your favorite ones.
220220
You can’t perform that action at this time.
0 commit comments