在windows下安装elasticsearch

1,在github上下载压缩包

https://github.com/medcl/elasticsearch-rtf

2,cd bin

     elastcsearch-plugin list 查看插件列表

     elastcsearch-plugin list > \tmp\plugin.log

     vim \tmp\plugin.log  打开删掉需要的ik插件

     cat \tmp\plugin.log|xargs -I {} elasticsearch-plugin {} remove   删除多余插件

     

发布了24 篇原创文章 · 获赞 4 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/qq_34343254/article/details/90724207
今日推荐