mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Update master to elasticsearch master SNAPSHOT
This commit is contained in:
parent
003a1dc105
commit
874c316460
10
README.md
10
README.md
@ -5,15 +5,15 @@ 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/2.0.0`.
|
||||
|
||||
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/master).
|
||||
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/1.x).
|
||||
* For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/master).
|
||||
* For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/es-1.1).
|
||||
* For 1.0.x elasticsearch versions, look at [es-1.0 branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/es-1.0).
|
||||
* For 0.90.x elasticsearch versions, look at [es-0.90 branch](https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/tree/es-0.90).
|
||||
|
||||
|
||||
| Kuromoji Analysis Plugin | elasticsearch | Release date |
|
||||
|-----------------------------|---------------------|:------------:|
|
||||
| 2.1.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
|
||||
| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
|
||||
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
|
||||
| 3.0.0-SNAPSHOT | master (2.x) | XXXX-XX-XX |
|
||||
|
||||
The plugin includes the `kuromoji` analyzer.
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-kuromoji</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Elasticsearch Japanese (kuromoji) Analysis plugin</name>
|
||||
<description>The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.</description>
|
||||
@ -32,8 +32,8 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>1.0.0</elasticsearch.version>
|
||||
<lucene.version>4.6.1</lucene.version>
|
||||
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
|
||||
<lucene.version>4.7.0</lucene.version>
|
||||
<tests.jvms>1</tests.jvms>
|
||||
<tests.shuffle>true</tests.shuffle>
|
||||
<tests.output>onerror</tests.output>
|
||||
|
Loading…
x
Reference in New Issue
Block a user