@@ -3,23 +3,31 @@ 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/2.3.0 ` .
6
+ In order to install the plugin, simply run:
7
+
8
+ ``` sh
9
+ bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0
10
+ ```
7
11
8
- * For master elasticsearch versions, look at [ master branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/master ) .
9
- * For 1.4.x elasticsearch versions, look at [ es-1.4 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.4 ) .
10
- * For 1.3.x elasticsearch versions, look at [ es-1.3 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.3 ) .
11
- * For 1.2.x elasticsearch versions, look at [ es-1.2 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.2 ) .
12
- * For 1.1.x elasticsearch versions, look at [ es-1.1 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.1 ) .
13
- * For 1.0.x elasticsearch versions, look at [ es-1.0 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.0 ) .
14
- * For 0.90.x elasticsearch versions, look at [ es-0.90 branch] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-0.90 ) .
15
12
16
- | ICU Analysis Plugin | elasticsearch | Release date |
17
- | -----------------------------| ---------------------| :------------:|
18
- | 3.0.0-SNAPSHOT | master | XXXX-XX-XX |
13
+ | elasticsearch | ICU Analysis Plugin | Docs |
14
+ | ---------------| -----------------------| ------------|
15
+ | master | Build from source | See below |
16
+ | es-1.x | Build from source | [ 2.4.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.x/#version-240-snapshot-for-elasticsearch-1x ) |
17
+ | es-1.3 | 2.3.0 | [ 2.3.0] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.3.0/#icu-analysis-for-elasticsearch ) |
18
+ | es-1.2 | 2.2.0 | [ 2.2.0] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.2.0/#icu-analysis-for-elasticsearch ) |
19
+ | es-1.1 | 2.1.0 | [ 2.1.0] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.1.0/#icu-analysis-for-elasticsearch ) |
20
+ | es-1.0 | 2.0.0 | [ 2.0.0] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.0.0/#icu-analysis-for-elasticsearch ) |
21
+ | es-0.90 | 1.13.0 | [ 1.13.0] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v1.13.0/#icu-analysis-for-elasticsearch ) |
19
22
20
- Please read documentation relative to the version you are using:
23
+ To build a ` SNAPSHOT ` version, you need to build it with Maven:
24
+
25
+ ``` bash
26
+ mvn clean install
27
+ plugin --install analysis-icu \
28
+ --url file:target/releases/elasticsearch-analysis-icu-X.X.X-SNAPSHOT.zip
29
+ ```
21
30
22
- * [ 3.0.0-SNAPSHOT] ( https://github.com/elasticsearch/elasticsearch-analysis-icu/blob/master/README.md )
23
31
24
32
ICU Normalization
25
33
-----------------
0 commit comments