摘要: 1、创建索引 ( index) curl -H'Content-Type: application/json' -XPUT http://127.0.0.1:9200/test_index/_doc/1 -d'{ "mappings": { "properties": { "title": { "t 阅读全文
posted @ 2020-03-13 17:37 fogwu 阅读(1395) 评论(0) 推荐(0)
摘要: 版本对应关系 一、下载对应版块的ik模块 地址:https://github.com/medcl/elasticsearch-analysis-ik/releases/ 二、安装方法:https://github.com/medcl/elasticsearch-analysis-ik (需要root 阅读全文
posted @ 2020-03-13 13:34 fogwu 阅读(457) 评论(0) 推荐(0)