mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
prepare release elasticsearch-analysis-kuromoji-1.6.0
This commit is contained in:
parent
d98014c942
commit
7381e1e72f
@ -3,7 +3,7 @@ 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.5.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/1.6.0`.
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
@ -15,10 +15,15 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1.6.0-SNAPSHOT (master)</td>
|
||||
<td>1.7.0-SNAPSHOT (master)</td>
|
||||
<td>0.90.6 -> master</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.6.0</td>
|
||||
<td>0.90.6 -> master</td>
|
||||
<td>2013-11-06</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.5.0</td>
|
||||
<td>0.90.3 -> 0.90.5</td>
|
||||
|
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.6.0-SNAPSHOT</version>
|
||||
<version>1.6.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Japanese (kuromoji) Analysis for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
Loading…
x
Reference in New Issue
Block a user