diff --git a/README.textile b/README.textile index 35f438a..59ce339 100644 --- a/README.textile +++ b/README.textile @@ -7,6 +7,13 @@ In order to install the plugin, simply run: `bin/plugin -install medcl/elasticse wget http://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip unzip these dict file to your elasticsearch's config folder,like: your-es-root/config/ik +
+cd config +wget http://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip --no-check-certificate +unzip ik.zip +rm ik.zip ++ you need a service restart after that! Dict Configuration (es-root/config/ik/IKAnalyzer.cfg.xml)