es5.4安装head、ik中文分词插件
安装maven打包工具
成都创新互联专注为客户提供全方位的互联网综合服务,包含不限于网站设计、成都网站建设、云城网络推广、微信小程序定制开发、云城网络营销、云城企业策划、云城品牌公关、搜索引擎seo、人物专访、企业宣传片、企业代运营等,从售前售中售后,我们都将竭诚为您服务,您的肯定,是我们最大的嘉奖;成都创新互联为所有大学生创业者提供云城建站搭建服务,24小时服务热线:13518219792,官方网址:www.cdcxhl.com
wget http://mirror.bit.edu.cn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz tar -xf apache-maven-3.3.9-bin.tar.gz mv apache-maven-3.3.9 /usr/local/data/apache-maven vim /etc/profile export MAVEN_HOME=/usr/local/data/apache-maven export PATH=$PATH:$MAVEN_HOME/bin source /etc/profile
2. 安装ik分词
git clone https://github.com/medcl/elasticsearch-analysis-ik cd elasticsearch-analysis-ik/ mvn package ll /usr/local/data/elasticsearch-analysis-ik/target/releases/ total 4400 -rw-r--r-- 1 root root 4502096 May 26 11:29 elasticsearch-analysis-ik-5.4.0.zip
创建分词目录
mkdir /usr/local/data/elasticsearch/plugins/ik cp target/releases/elasticsearch-analysis-ik-5.4.0.zip /usr/local/data/elasticsearch/plugins/ik/ cd /usr/local/data/elasticsearch/plugins/ik && unzip elasticsearch-analysis-ik-5.4.0.zip chown -R es.es /usr/local/data/elasticsearch
测试分词
http://172.16.230.198:9200/index/_analyze?analyzer=ik_max_word&text=×××
.jpg)
3.安装head插件
yum -y install git npm
git clone git://github.com/mobz/elasticsearch-head.git
cd elasticsearch-head
npm install
npm install -g cnpm --registry=
修改head监听地址为内网
vim Gruntfile.js
connect: {
server: {
options: {
hostname:'172.16.230.198',
port: 9100,
base: '.',
keepalive: true
}
}
}
后台启动elasticsearch-head 插件
npm install grunt-cli
ln -s /usr/local/data/elasticsearch-head/node_modules/grunt/bin/grunt /usr/bin/
grunt server &遇到的问题:head 插件无法连接es集群 显示集群健康值未连接
修改head的es监听地址
cd elasticsearch-head vim _site/app.js
修改 『http://localhost:9200』字段到本机ES端口与IP
vim $ES_HOME$/config/elasticsearch.yml # 增加如下字段 http.cors.enabled: true http.cors.allow-origin: "*"
重启es 和head即可
网站题目:es5.4安装head、ik中文分词插件
网站路径:http://www.jxjierui.cn/article/ppgcjj.html


咨询
建站咨询
