提交 a1d6ba8c 编写于 作者: H Hongliang Wang 提交者: weixin_43283383

Correct Search Analyzer (#668)

The former search analyzer `ik-max-word` will give the wrong result against described later in the README file.
上级 90c9b583
...@@ -63,7 +63,7 @@ curl -XPOST http://localhost:9200/index/_mapping -H 'Content-Type:application/js ...@@ -63,7 +63,7 @@ curl -XPOST http://localhost:9200/index/_mapping -H 'Content-Type:application/js
"content": { "content": {
"type": "text", "type": "text",
"analyzer": "ik_max_word", "analyzer": "ik_max_word",
"search_analyzer": "ik_max_word" "search_analyzer": "ik_smart"
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册