Skip to content
New issue

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

tokenizer not found #151

Open
vuchiencong opened this issue May 12, 2024 · 3 comments
Open

tokenizer not found #151

vuchiencong opened this issue May 12, 2024 · 3 comments

Comments

@vuchiencong
Copy link

a duy oi co em hỏi chút ạ, em cài plugun dc gết rồi ạ, test cococ_tokenizer cũng oke hết r, es cũng chạy dc r, nhưng khi e tạo index và put setting cho n thì n báo v ạ
Elasticsearch exception [type=illegal_argument_exception, reason=Custom Analyzer [my_vi_analyzer] failed to find tokenizer under name [vi_tokenizer]]
không biết e thiếu đoặn nào k ạ, hay đổi tên đâu k ạ

@vuchiencong
Copy link
Author

{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Custom Analyzer [my_vi_analyzer] failed to find tokenizer under name [vi_tokenizer]"
}
],
"type": "illegal_argument_exception",
"reason": "Custom Analyzer [my_vi_analyzer] failed to find tokenizer under name [vi_tokenizer]"
},
"status": 400
}

@duydo
Copy link
Owner

duydo commented May 16, 2024

Em chạy cái này xem ra kết quả như thế nào:

curl -k http://elastic:changeme@localhost:9200/_analyze -H 'Content-Type: application/json' -d '
{
  "analyzer": "vi_analyzer",
  "text": "Cộng hòa Xã hội chủ nghĩa Việt Nam"
}'

Tiện thể cho anh xem settings khi em tạo index nhé.

@vuchiencong
Copy link
Author

em cài được rồi anh ạ, vấn đề do depOps bên em cài es nhiều node, e cài trên các node rồi restart lại là được rồi anh ạ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants