Skip to content

Commit

Permalink
Update to Elasticsearch 0.90.6 / Lucene 4.5.1
Browse files Browse the repository at this point in the history
Closes #10.
  • Loading branch information
dadoonet committed Nov 6, 2013
1 parent 7448856 commit d98014c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 19 deletions.
63 changes: 46 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,52 @@ 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.5.0`.

----------------------------------------------------
| Kuromoji Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.6.0-SNAPSHOT (master) | 0.90.3 -> master |
----------------------------------------------------
| 1.5.0 | 0.90.3 -> master |
----------------------------------------------------
| 1.4.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------
| 1.3.0 | 0.90.0 |
----------------------------------------------------
| 1.2.0 | 0.90.0 |
----------------------------------------------------
| 1.1.0 | 0.19 -> 0.20 |
----------------------------------------------------
| 1.0.0 | 0.19 |
----------------------------------------------------
<table>
<thead>
<tr>
<td>Kuromoji Analysis Plugin</td>
<td>Elasticsearch</td>
<td>Release date</td>
</tr>
</thead>
<tbody>
<tr>
<td>1.6.0-SNAPSHOT (master)</td>
<td>0.90.6 -> master</td>
<td></td>
</tr>
<tr>
<td>1.5.0</td>
<td>0.90.3 -> 0.90.5</td>
<td>2013-08-08</td>
</tr>
<tr>
<td>1.4.0</td>
<td>0.90.1 -> 0.90.2</td>
<td>2013-05-30</td>
</tr>
<tr>
<td>1.3.0</td>
<td>0.90.0</td>
<td>2013-04-29</td>
</tr>
<tr>
<td>1.2.0</td>
<td>0.90.0</td>
<td>2013-02-26</td>
</tr>
<tr>
<td>1.1.0</td>
<td>0.19.2 -> 0.20</td>
<td>2012-11-21</td>
</tr>
<tr>
<td>1.0.0</td>
<td>0.19.0 -> 0.19.1</td>
<td>2012-04-30</td>
</tr>
</tbody>
</table>

The plugin includes the `kuromoji` analyzer.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</parent>

<properties>
<elasticsearch.version>0.90.3</elasticsearch.version>
<lucene.version>4.4.0</lucene.version>
<elasticsearch.version>0.90.6</elasticsearch.version>
<lucene.version>4.5.1</lucene.version>
</properties>

<repositories>
Expand Down

0 comments on commit d98014c

Please sign in to comment.