Skip to content

Commit

Permalink
prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed May 30, 2013
1 parent 8115b68 commit e7a2f7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e7a2f7d

Please sign in to comment.