update readme

This commit is contained in:
medcl 2011-12-28 17:00:24 +08:00
parent b5841918ff
commit 3c3fecfb01

View File

@ -3,9 +3,17 @@ 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
Install
-------------
In order to install the plugin, simply run:
<pre>
bin/plugin -install medcl/elasticsearch-analysis-ik/1.0.0
</pre>
also download the dict files,unzip these dict file to your elasticsearch's config folder,such as: your-es-root/config/ik
<pre>
cd config