prepare for next development iteration

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

View File

@ -5,21 +5,21 @@ The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis modu
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.4.0 | 0.90.1 |
--------------------------------------------------
| 1.3.0 | 0.90.0 |
--------------------------------------------------
| 1.2.0 | 0.20.6 |
--------------------------------------------------
| 1.1.0 | 0.19 |
--------------------------------------------------
| 1.0.0 | 0.19 |
--------------------------------------------------
----------------------------------------------------
| Kuromoji Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.5.0-SNAPSHOT (master) | 0.90.1 -> master |
----------------------------------------------------
| 1.4.0 | 0.90.1 |
----------------------------------------------------
| 1.3.0 | 0.90.0 |
----------------------------------------------------
| 1.2.0 | 0.20.6 |
----------------------------------------------------
| 1.1.0 | 0.19 |
----------------------------------------------------
| 1.0.0 | 0.19 |
----------------------------------------------------
The plugin includes the `kuromoji` analyzer.

View File

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