update readme
This commit is contained in:
parent
b5841918ff
commit
3c3fecfb01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user