es 创建索引用ik_max_word搜索用ik_smart

Posted chengfengchi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了es 创建索引用ik_max_word搜索用ik_smart相关的知识,希望对你有一定的参考价值。

PUT /cheng

{
"mappings": {
"properties": {
"name": {
"type": "text",
"analyzer": "ik_max_word",
"search_analyzer": "ik_smart"
}
}
}

}

 

 

以上是关于es 创建索引用ik_max_word搜索用ik_smart的主要内容,如果未能解决你的问题,请参考以下文章

ik_max_word ik_smart

es实现mysql like的查询

es实现mysql like的查询

IK(中文)分词器

IK分词器

es实现mysql like的查询