From bc4deda021d3ed009b1c67f24e86f41ae23eb66d Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 13 May 2013 16:19:32 +0800 Subject: [PATCH] update README --- README.textile | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.textile b/README.textile index 728a2bb..7bee1d7 100644 --- a/README.textile +++ b/README.textile @@ -6,34 +6,20 @@ The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support Version ------------- - master | 0.20.2 -> master - 1.1.3 | 0.20.2 -> master + master | 0.90.0 -> master + 1.1.4 | 0.90.0 + 1.1.3 | 0.20.2 1.1.2 | 0.19.x 1.0.0 | 0.16.2 -> 0.19.0 Install ------------- - -In order to install the plugin, simply run: - -
-cd bin
-plugin -install medcl/elasticsearch-analysis-ik/1.1.3
-
- -also download the dict files,unzip these dict file to your elasticsearch's config folder,such as: your-es-root/config/ik - -now you can download this plugin from RTF project(https://github.com/medcl/elasticsearch-rtf) +you can download this plugin from RTF project(https://github.com/medcl/elasticsearch-rtf) https://github.com/medcl/elasticsearch-rtf/tree/master/elasticsearch/plugins/analysis-ik https://github.com/medcl/elasticsearch-rtf/tree/master/elasticsearch/config/ik -
-cd config
-wget http://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip --no-check-certificate
-unzip ik.zip
-rm ik.zip
-
+also remember to download the dict files,unzip these dict file into your elasticsearch's config folder,such as: your-es-root/config/ik you need a service restart after that!