From fbfbaa15a80a2fead95c97679fe868f06edd6e9d Mon Sep 17 00:00:00 2001 From: medcl Date: Fri, 16 Dec 2011 17:12:45 +0800 Subject: [PATCH] fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a15e022..4d1fbfa 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,15 @@ IK Analysis for ElasticSearch The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary. In order to install the plugin, simply run: `bin/plugin -install medcl/elasticsearch-analysis-ik/1.0.0`. also download the dict files: +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 +you need a service restart after that! Dict Configuration (es-root/config/ik/IKAnalyzer.cfg.xml) -------------
-
-
 
 	IK Analyzer 扩展配置
 	custom/mydict.dic;custom/sougou.dict