博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ERROR: `elasticsearch` directory is missing in the plugin zip
阅读量:6758 次
发布时间:2019-06-26

本文共 261 字,大约阅读时间需要 1 分钟。

该问题出现在为elasticsearch安装中文分词器插件时

问题发生在插件和es版本不匹配~

解决:

es版本与插件版本对应齐

命令行安装

 

C:\Users\SeeClanUkyo>F:\elasticsearch701\bin\elasticsearch-plugin install file:\\\\F:\elasticsearch701\elasticsearch-analysis-ik-7.0.1.zip

 

OK

转载于:https://www.cnblogs.com/ukzq/p/10885209.html

你可能感兴趣的文章
9.23 模拟赛
查看>>
static_cast、dynamic_cast、const_cast和reinterpret_cast总结
查看>>
阶段性放弃 wxPython 前的总结
查看>>
Fegla and the Bed Bugs 二分
查看>>
linux 文本处理
查看>>
swoole重启机制(转载)
查看>>
hadoop day 1
查看>>
HDU 1251 统计难题
查看>>
用javascript脚本实现微信定时发送信息
查看>>
MongoDB学习笔记(四) 用MongoDB的文档结构描述数据关系
查看>>
[Windows Azure] Data Management and Business Analytics
查看>>
java面试题07
查看>>
什么是面向对象思想
查看>>
Quick-cocos2d-x3.3 Study (十六)--------- 碰撞检测,事件监听,设置掩码
查看>>
tomcat 安装
查看>>
C#调用c++创建的dll
查看>>
12.02个人博客
查看>>
Notification通知代码简洁使用
查看>>
UIView 动画
查看>>
ssh加密公私钥
查看>>