From 83fa2ff8b234984bca63397148feffa0bedd439c Mon Sep 17 00:00:00 2001 From: wksw <2223721904@qq.com> Date: Tue, 26 Jun 2018 10:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=A7=A3=E5=8E=8B=E5=88=B0pl?= =?UTF-8?q?ugins=E7=9B=AE=E5=BD=95=E4=B8=8B=E5=AF=BC=E8=87=B4es=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=90=AF=E5=8A=A8=20(#564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 直接解压到plugins会报Could not load plugin descriptor for plugin directory [plugin-descriptor.properties]错误 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97dc766..cbb78b0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ Install * optional 1 - download pre-build package from here: https://github.com/medcl/elasticsearch-analysis-ik/releases - unzip plugin to folder `your-es-root/plugins/` + create plugin folder `cd your-es-root/plugins/ && mkdir ik` + + unzip plugin to folder `your-es-root/plugins/ik` * optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ): -- GitLab