安装elasticsearch及插件head(可视化界面)以及kibana
安装elasticsearch前提需vue 环境 node.js
1.elasticsearch 和head安装包在笔记,下准备好
2.安装node,npm,grunt
(1)node下载地址 : nodejs.org/ (安装的位置和elasticsearch同级目录)
(2)node -v 和 npm -v 分别查看安装是否成功
(3)通过nmp安装grunt
Npm install -g grunt -cli (如果慢的话,用淘宝镜像,我自己用的初始,) npm install -g cnpm --registry=https://registry.npm.taobao.org
(4)grunt -version 判断是否安装成功
(5)修改 head/Gruntfile.js
connect: { server: { options: { port: 9100, hostname: '*', base: '.', keepalive: true } } }(6)修改连接地址:
目录:head/_site/app.js
this.base_uri = this.config.base_uri || this.prefs.get("app-base_uri") || "http://localhost:9200"; (7)编辑config/elasticsearch.yml http.cors.enabled: true http.cors.allow-origin: "*"之后启动elasticsearch bat
运行 head cmd(npm run start )
运行 kibana .bat
运行9200 9100 5601
安装ik分词器插件
解压ik压缩包到elastixsearch plugin下面新建一个 id文件夹,把所有文件剪切进去。只剩一个ik
重新运行bat出现 插件被添加进去。。
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-OkwozFYY-1602081055424)(C:\Users\86157\AppData\Roaming\Typora\typora-user-images\1602080747572.png)]
成功!!