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
我設置了 remote_ext_dict ,觀察 log 可以看到第一次載入是成功的,字典中的詞都可以正確斷出,但第二次 trigger 重新載入後就失效了。
GET /_analyze { "analyzer": "ik_smart", "text":"忠孝復興站" } { "tokens": [ { "token": "忠孝", "start_offset": 0, "end_offset": 2, "type": "CN_WORD", "position": 0 }, { "token": "復興", "start_offset": 2, "end_offset": 4, "type": "CN_WORD", "position": 1 }, { "token": "站", "start_offset": 4, "end_offset": 5, "type": "CN_CHAR", "position": 2 } ] }
應該要使用遠端辭典中的詞來斷詞
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
我設置了 remote_ext_dict ,觀察 log 可以看到第一次載入是成功的,字典中的詞都可以正確斷出,但第二次 trigger 重新載入後就失效了。
Steps to reproduce
Expected behavior
應該要使用遠端辭典中的詞來斷詞
Environment
The text was updated successfully, but these errors were encountered: