Skip to content

Commit e8d23c9

Browse files
committed
Docs: make the welcome page more obvious
Closes #36.
1 parent cbb00e9 commit e8d23c9

File tree

5 files changed

+156
-802
lines changed

5 files changed

+156
-802
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/.classpath
1010
/.project
1111
/.local-execution-hints.log
12+
/plugin_tools

README.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,31 @@ ICU Analysis for Elasticsearch
33

44
The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components.
55

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+
```
711

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).
1512

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) |
1922

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+
```
2130

22-
* [3.0.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-analysis-icu/blob/master/README.md)
2331

2432
ICU Normalization
2533
-----------------

0 commit comments

Comments
 (0)