From 7698d360845a676c3ca580aba5a2fdb334a382c0 Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 12 Jun 2018 05:36:54 +0800 Subject: [PATCH] fix readme, Closes #12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31cf4cb..764f2f2 100644 --- a/README.md +++ b/README.md @@ -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 ```