prepare for next development iteration
This commit is contained in:
parent
8115b687d8
commit
e7a2f7d7b3
30
README.md
30
README.md
|
@ -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.
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue