安装了hanlp分词器插件,但是报错如下:
{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[node45-1][160.231.17.45:9300][indices:admin/analyze[s]]"
}
],
"type": "illegal_argument_exception",
"reason": "failed to find analyzer [hanlp-index]"
},
"status": 400
}
看你之前遇到类似问题,可解决了?
{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[node45-1][160.231.17.45:9300][indices:admin/analyze[s]]"
}
],
"type": "illegal_argument_exception",
"reason": "failed to find analyzer [hanlp-index]"
},
"status": 400
}
看你之前遇到类似问题,可解决了?
0 个回复