Skip to content

Commit

Permalink
fix readme, Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jun 11, 2018
1 parent 64e92d1 commit 7698d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ copy settings and override shard size

copy settings and mapping, recreate target index, add query to source fetch, refresh after migration
```
./bin/esm -s http://localhost:9200 -x "src_index" -q=query:phone -y "dest_index" -d http://localhost:9201 -c 10000 --shards=5 --copy_settings --copy_mapping --force --refresh
./bin/esm -s http://localhost:9200 -x "src_index" -q=query:phone -y "dest_index" -d http://localhost:9201 -c 10000 --shards=5 --copy_settings --copy_mappings --force --refresh
```

Expand Down

0 comments on commit 7698d36

Please sign in to comment.