We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab2616 commit 816b8ddCopy full SHA for 816b8dd
README.md
@@ -38,9 +38,13 @@ Install
38
39
unzip plugin to folder `your-es-root/plugins/`
40
41
-* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ):
+* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):
42
43
- `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip`
+ ```
44
+ ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3/elasticsearch-analysis-ik-6.2.3.zip
45
46
+
47
+ NOTE: replace `6.2.3` to your own elasticsearch version
48
49
2.restart elasticsearch
50
0 commit comments