From a6ed160ae6ef1486d729b75f3d0dcc46a983b1d6 Mon Sep 17 00:00:00 2001 From: medcl Date: Sat, 29 Dec 2012 23:51:14 +0800 Subject: [PATCH] update anslysis-ik to 1.1.3 --- README.textile | 7 ++++--- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index c05816f..579e2da 100644 --- a/README.textile +++ b/README.textile @@ -6,8 +6,9 @@ The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support Version ------------- - master | 0.19.4 -> master - 1.1.0 | 0.19.4 -> master + master | 0.20.2 -> master + 1.1.3 | 0.20.2 -> master + 1.1.2 | 0.19.x 1.0.0 | 0.16.2 -> 0.19.0 @@ -18,7 +19,7 @@ In order to install the plugin, simply run:
 cd bin
-plugin -install medcl/elasticsearch-analysis-ik/1.1.0
+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 diff --git a/pom.xml b/pom.xml index 79de1e2..9b13442 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-ik - 1.1.2 + 1.1.3 jar IK Analyzer for ElasticSearch 2009 @@ -31,7 +31,7 @@ - 0.19.8 + 0.20.2