简体   繁体   中英

How to install ICU plugin for elastic search 6.1?

The command given in official documentation is not working for me. the command is:

./bin/plugin -install elasticsearch/elasticsearch-analysis-icu/$VERSION

replaced $VERSION as 2.7.0

./bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.7.0

I am running the command from the elastic search home directory.

~/elasticsearch-6.1.1$

You must be referring to outdated documentation.

The correct way to install the ICU analysis plugin on 6.1.1 is described here , ie run this command from our $ES_HOME folder

bin/elasticsearch-plugin install analysis-icu

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM