From a5d1cf7aa770757680a526f76f622396b576cb04 Mon Sep 17 00:00:00 2001 From: medcl Date: Wed, 21 Dec 2011 11:42:59 +0800 Subject: [PATCH] resent readme --- README.textile | 7 +++++++ 1 file changed, 7 insertions(+) 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)