update documentation with release 2.4.2
This commit is contained in:
parent
8fecb4d508
commit
a0b9cb2373
|
@ -6,7 +6,7 @@ The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding
|
|||
In order to install the plugin, simply run:
|
||||
|
||||
```sh
|
||||
bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.4.1
|
||||
bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.4.2
|
||||
```
|
||||
|
||||
You need to install a version matching your Elasticsearch version:
|
||||
|
@ -15,7 +15,7 @@ You need to install a version matching your Elasticsearch version:
|
|||
|---------------|-----------------------|------------|
|
||||
| master | Build from source | See below |
|
||||
| es-1.x | Build from source | [2.5.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.x/#version-250-snapshot-for-elasticsearch-1x) |
|
||||
| es-1.4 | 2.4.1 | [2.4.1](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.4.1/#version-241-for-elasticsearch-14) |
|
||||
| es-1.4 | 2.4.2 | [2.4.2](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.4.2/#version-242-for-elasticsearch-14) |
|
||||
| es-1.3 | 2.3.0 | [2.3.0](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.3.0/#icu-analysis-for-elasticsearch) |
|
||||
| es-1.2 | 2.2.0 | [2.2.0](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.2.0/#icu-analysis-for-elasticsearch) |
|
||||
| es-1.1 | 2.1.0 | [2.1.0](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/v2.1.0/#icu-analysis-for-elasticsearch) |
|
||||
|
|
Loading…
Reference in New Issue