Elasticsearch加入IK分词器

1.下载IK分词器jar包

2.解压到 G:\elasticsearch-2.4.0\plugins\ik 下

3.测试,启动G:\elasticsearch-2.4.0\bin\elasticsearch.bat,打开http://localhost:9200/xzhes/_analyze?analyzer=ik&pretty=ture&text=%E8%BF%99%E6%95%85%E4%BA%8B%E4%B8%80%E5%BC%80%E5%A7%8B%E7%9A%84%E9%95%9C%E5%A4%B4%E7%81%B0%E5%B0%98%E5%B0%B1%E5%B7%B2%E7%BB%8F%E9%81%AE%E8%94%BD%E4%BA%86%E9%98%B3%E5%85%89

注:xzhes为索引名称

目录

Elasticsearch加入IK分词器_第1张图片

 

IK分词器地址:https://github.com/medcl/elasticsearch-analysis-ik

elasticsearch地址:https://www.elastic.co/downloads/elasticsearch

本文使用的IK分词器:链接:https://pan.baidu.com/s/15yCKyM3FsiosVFHRLZYz_A  提取码:dkas 

本文使用的elasticsearch:链接:https://pan.baidu.com/s/1pw2p7fzKmeUEtLukYw4yTw  提取码:49q1 

你可能感兴趣的:(Other)