jprante / elasticsearch-langdetect

A plugin for language detection in Elasticsearch using Nakatani Shuyo's language detector
Apache License 2.0
251 stars 46 forks source link

Cannot start elasticsearch when change language file #80

Open Bongsakorn opened 6 years ago

Bongsakorn commented 6 years ago

I changed some language file in resources/langdetect path. Then re-build and install into ES. so ES cannot start properly, there are many error about shard on it.

I tried it on my local ES but not found like this.

I guess, Is it possible, Index already save language frequency resource in to the index then I change resource file, it's not replace them into the index.

What's wrong with it? Anyone could give me suggestion?