update anslysis-ik to 1.1.3

This commit is contained in:
medcl 2012-12-29 23:51:14 +08:00
parent 7e250c3a12
commit a6ed160ae6
2 changed files with 6 additions and 5 deletions

View File

@ -6,8 +6,9 @@ The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support
Version Version
------------- -------------
master | 0.19.4 -> master master | 0.20.2 -> master
1.1.0 | 0.19.4 -> master 1.1.3 | 0.20.2 -> master
1.1.2 | 0.19.x
1.0.0 | 0.16.2 -> 0.19.0 1.0.0 | 0.16.2 -> 0.19.0
@ -18,7 +19,7 @@ In order to install the plugin, simply run:
<pre> <pre>
cd bin cd bin
plugin -install medcl/elasticsearch-analysis-ik/1.1.0 plugin -install medcl/elasticsearch-analysis-ik/1.1.3
</pre> </pre>
also download the dict files,unzip these dict file to your elasticsearch's config folder,such as: your-es-root/config/ik also download the dict files,unzip these dict file to your elasticsearch's config folder,such as: your-es-root/config/ik

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-ik</artifactId> <artifactId>elasticsearch-analysis-ik</artifactId>
<version>1.1.2</version> <version>1.1.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>IK Analyzer for ElasticSearch</description> <description>IK Analyzer for ElasticSearch</description>
<inceptionYear>2009</inceptionYear> <inceptionYear>2009</inceptionYear>
@ -31,7 +31,7 @@
</parent> </parent>
<properties> <properties>
<elasticsearch.version>0.19.8</elasticsearch.version> <elasticsearch.version>0.20.2</elasticsearch.version>
</properties> </properties>
<repositories> <repositories>