Elasticsearch 10版本插件安装

进入elasticsearch安装目录下的bin目录:

1.安装head插件

 plugin -install mobz/elasticsearch-head

  验证:  http://localhost:9200/_plugin/head/

 

*利用head查看关键字分词后的结果:

导航到any request->query:

 

 填写三个域:a. http://127.0.0.1:9200/索引名/

                   b._analyze?analyzer=ik

                   c.要查看的关键词(关键词用""引起来)。

 

2.安装ik 分词

 

 plugin -install medcl/elasticsearch-analysis-ik/1.1.0

 cd config

 

wget http://github.com/downloads/medcl/elasticsearch-analysis-ik/ik.zip --no-check-certificate
unzip ik.zip 

 

rm ik.zip

 

 配置elasticsearch.yml, 添加:

 

ik:

alias: [ik_analyzer]

type: org.elasticsearch.index.analysis.IkAnalyzerProvider

 

3.安装mongo river 插件:

 

 plugin  -install elasticsearch/elasticsearch-mapper-attachments/1.6.0

 plugin -install richardwilly98/elasticsearch-river-mongodb/1.4.0 

 

  jdbc river:https://github.com/jprante/elasticsearch-river-jdbc

  bin/plugin -install jprante/elasticsearch-river-jdbc/1.3.2

 

4.安装 suggest插件

 

 plugin -url https://github.com/downloads/spinscale/elasticsearch-suggest-plugin/elasticsearch-suggest-0.0.4-0.19.0.zip -install suggest

 

注: ES版本与suggest插件版本需一致,否则会报异常。

 

  更换plugins/suggest目录下的文件为新版本。(附件)

https://github.com/spinscale/elasticsearch-suggest-plugin

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值