Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本地环境正常,docker 环境下报错,Plugin [elasticsearch-analysis-ik-8.8.2] is missing a descriptor properties file #1011

Open
shimanongfu opened this issue Jul 10, 2023 · 12 comments

Comments

@shimanongfu
Copy link

本地环境与docker image都是8.8.2,本地环境可正常加载ik插件,docker下报错。

@zupermanOK
Copy link

image
是不是没有创建文件夹

@wuwenbao
Copy link

加入 -b 参数试试
bin/elasticsearch-plugin install -b

@xiunchen
Copy link

./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.8.2/elasticsearch-analysis-ik-8.8.2.zip

用这个方式安装

@sincebyte
Copy link

hi guys? 有解决方案了?

@sincebyte
Copy link

./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.8.2/elasticsearch-analysis-ik-8.8.2.zip

用这个方式安装

do not work

@sincebyte
Copy link

加入 -b 参数试试 bin/elasticsearch-plugin install -b

sorry , it do not work

@sincebyte
Copy link

./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.8.2/elasticsearch-analysis-ik-8.8.2.zip

用这个方式安装

sorry , do not work neither

@mingchiuli
Copy link

插件文件夹权限问题chomd 755 * -R

@skyliwq
Copy link

skyliwq commented Nov 29, 2023

同样问题 有解决的方法吗

@zyqwst
Copy link

zyqwst commented Jan 19, 2024

我使用的docker compose管理es集群,遇到了同样的问题。直到我把ik分词器zip解压并拷贝到plugins下,启动正常了。实事证明使用离线方式安装压缩包插件不太行,并且要注意的是,在plugins下不能有隐藏文件,例如MacOS下的.DS_Store

@FeiTlng
Copy link

FeiTlng commented Feb 3, 2024

文件目录结构的问题,压缩包解压出来多了一层,把里面的文件全部移到plugins/ik下就行了
There is a problem with the file directory structure. After the zip package is unzipped, there is an extra layer. Just move all files inside to plugins/ik.

@jsczymm
Copy link

jsczymm commented Apr 24, 2024

下载zip包,zip包和其他包的文件不一样,只有zip包里有descriptor配置文件,在plugin包下新建ik文件夹,把解压的文件放进去

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants