-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
特殊符号(减号)会跟后面的词粘连到一起,导致搜索减号后面的词,无法匹配:
GET /_cat/ansj?text=狗狗系列-柴犬积木&type=index_ansj
{
"name": "-柴",
"nature": "nrf",
"offe": 4,
"realName": "-柴",
"synonyms": null
},
GET /_cat/ansj?text=狗狗系列-哈士奇犬&type=index_ansj
{
"name": "-哈士奇",
"nature": "nrf",
"offe": 4,
"realName": "-哈士奇",
"synonyms": null
},
这样的话,如果搜索“柴犬”、“哈士奇”,就不能命中上面的句子。
请问有什么简单的办法解决吗?
或者有什么对应的配置?
Metadata
Metadata
Assignees
Labels
No labels