Correct Search Analyzer (#668)

The former search analyzer `ik-max-word` will give the wrong result against described later in the README file.
This commit is contained in:
Hongliang Wang 2019-04-19 20:23:43 +08:00 committed by Medcl
parent 90c9b58354
commit a1d6ba8ca2

View File

@ -63,7 +63,7 @@ curl -XPOST http://localhost:9200/index/_mapping -H 'Content-Type:application/js
"content": {
"type": "text",
"analyzer": "ik_max_word",
"search_analyzer": "ik_max_word"
"search_analyzer": "ik_smart"
}
}