【发布时间】:2017-09-28 21:54:34
【问题描述】:
如何在 windows 中安装映射器附件插件 .我从这个链接下载了插件: https://artifacts.elastic.co/downloads/elasticsearch-plugins/mapper-attachments/mapper-attachments-5.2.2.zip.
接下来要做什么? 帮忙?
【问题讨论】:
标签: elasticsearch
如何在 windows 中安装映射器附件插件 .我从这个链接下载了插件: https://artifacts.elastic.co/downloads/elasticsearch-plugins/mapper-attachments/mapper-attachments-5.2.2.zip.
接下来要做什么? 帮忙?
【问题讨论】:
标签: elasticsearch
你可以去弹性搜索文件夹,然后按照下面的命令
进入cmd中的路径然后输入elasticsearch-plugin install file:\\\mapper-plugin file path.zip
.zip 最后是必须的。
【讨论】: