bells / elasticsearch-analysis-dynamic-synonym

The dynamic synonym plugin adds a synonym token filter that reloads the synonym file(local file or remote file) at given intervals (default 60s).
372 stars 182 forks source link

配置多个remote_synonym出错 #48

Closed YRREALLYCUTE closed 5 years ago

YRREALLYCUTE commented 5 years ago

在一个索引中配置了4个同义词分词器,除了第一个之外,其余均不可用。

报错信息为:

{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[SBhupSD][101.200.196.248:9300][indices:admin/analyze[s]]"
}
],
"type": "illegal_argument_exception",
"reason": "fst must be non-null"
},
"status": 400
}

es版本是6.6.2 ,望解答,感谢!

YRREALLYCUTE commented 5 years ago

已解决,是因为同义词表有一行格式出现错误