简体   繁体   English

弹性搜索插件

[英]Elastic search plugin

I have used the command bin/plugin --url file:///PATH-TO-EXAMPLE-PLUGIN/target/releases/example-plugin-1.0-SNAPSHOT.zip --install example-plugin to install my plugin, and get the jar in the subdirectory in the /plugins . 我使用命令bin/plugin --url file:///PATH-TO-EXAMPLE-PLUGIN/target/releases/example-plugin-1.0-SNAPSHOT.zip --install example-plugin来安装我的插件,并获取/plugins子目录中的jar。

But when I use bin/elasticsearch to start the elastic search, get the follow message which looks like no plugin was loaded. 但是当我使用bin/elasticsearch开始弹性搜索时,请获取看似没有加载插件的跟随消息。

[plugins] [Marduk Kurios] loaded [], sites []

I want to know what's the possible matter, my plugin was written according to this tutorial . 我想知道什么是可能的问题,我的插件是根据本教程编写的。

Thank you. 谢谢。

我找到了原因,我es-plugin.properties的文件名改为es-plugin.xxx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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