We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
依照 elasticsearch 的官方文件從 Features->Extensions->upload extension 中上傳從 https://release.infinilabs.com/ 抓的壓縮包,Create extension 後也有到 Actions->edit deployment->Manage user settings and extensions 中的 extension 勾選 analysis-ik。
但是在嘗試分詞時卻出現 failed to find global analyzer [ik_smart],以下為我的 query(dev tools)
POST /_analyze { "analyzer": "ik_smart", "text": "洛杉矶湖人" }
也有嘗試重新啟動,但看起來依然沒有載入 analysis-ik....
The text was updated successfully, but these errors were encountered:
@Panigale have you tried that with your lcoal setup?
Sorry, something went wrong.
No branches or pull requests
依照 elasticsearch 的官方文件從 Features->Extensions->upload extension 中上傳從 https://release.infinilabs.com/ 抓的壓縮包,Create extension 後也有到 Actions->edit deployment->Manage user settings and extensions 中的 extension 勾選 analysis-ik。
但是在嘗試分詞時卻出現 failed to find global analyzer [ik_smart],以下為我的 query(dev tools)
POST /_analyze
{
"analyzer": "ik_smart",
"text": "洛杉矶湖人"
}
也有嘗試重新啟動,但看起來依然沒有載入 analysis-ik....
The text was updated successfully, but these errors were encountered: