Skip to content

Commit

Permalink
update elasticsearch install in "unzip elasticsearch-analysis-ik-1.9.…
Browse files Browse the repository at this point in the history
…4.zip"
  • Loading branch information
hanc00l committed Aug 25, 2016
1 parent 11920cd commit 7ca495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rs.initiate( {"_id" : "rs0", "version" : 1, "members" : [ { "_id" : 0, "host" :
cd ~
sudo apt-get install unzip
wget https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v1.9.4/elasticsearch-analysis-ik-1.9.4.zip
unzip elasticsearch-analysis-ik-1.9.4.zip
unzip elasticsearch-analysis-ik-1.9.4.zip -d elasticsearch-analysis-ik
```
2、将插件复制到elasticsearch的plugins目录
Expand Down

0 comments on commit 7ca495d

Please sign in to comment.