File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ ICU Analysis for ElasticSearch
3
3
4
4
The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.
5
5
6
- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-analysis-icu/1.12 .0 ` .
6
+ In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-analysis-icu/1.13 .0 ` .
7
7
8
8
| ICU Analysis Plugin | elasticsearch | Release date |
9
9
| --------------------------| ------------------| :------------:|
10
- | 1.13.0-SNAPSHOT (master) | 0.90.8 -> master | 2013-12-19 |
10
+ | 1.14.0-SNAPSHOT (master) | 0.90.8 -> master | |
11
+ | 1.13.0 | 0.90.8 -> master | 2013-12-19 |
11
12
| 1.12.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
12
13
| 1.11.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
13
14
| 1.10.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-analysis-icu</artifactId >
9
- <version >1.13.0-SNAPSHOT </version >
9
+ <version >1.13.0</version >
10
10
<packaging >jar</packaging >
11
11
<description >ICU Analysis for ElasticSearch</description >
12
12
<inceptionYear >2009</inceptionYear >
You can’t perform that action at this time.
0 commit comments