fix ambiguous

This commit is contained in:
medcl 2018-04-09 15:58:43 +08:00
parent 4ab2616a96
commit 816b8ddd4b

View File

@ -38,9 +38,13 @@ Install
unzip plugin to folder `your-es-root/plugins/` unzip plugin to folder `your-es-root/plugins/`
* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ): * optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):
`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip` ```
./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip
```
NOTE: replace `6.2.3` to your own elasticsearch version
2.restart elasticsearch 2.restart elasticsearch