prepare release elasticsearch-analysis-kuromoji-1.4.0

This commit is contained in:
David Pilato 2013-05-30 21:16:22 +02:00
parent 4282fdf8e1
commit 8115b687d8
2 changed files with 6 additions and 4 deletions

View File

@ -3,16 +3,18 @@ Japanese (kuromoji) Analysis for ElasticSearch
The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/1.3.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/1.4.0`.
--------------------------------------------------
| Kuromoji Analysis Plugin | ElasticSearch |
--------------------------------------------------
| master | 0.90 -> master |
--------------------------------------------------
| 1.3.0 | 0.90 -> master |
| 1.4.0 | 0.90.1 |
--------------------------------------------------
| 1.2.0 | 0.90 -> master |
| 1.3.0 | 0.90.0 |
--------------------------------------------------
| 1.2.0 | 0.20.6 |
--------------------------------------------------
| 1.1.0 | 0.19 |
--------------------------------------------------

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-kuromoji</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<description>Japanese (kuromoji) Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>