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

Need a 0.90 branch, and plugin needs to be recompiled for 0.90.10+ #11

Open gibrown opened 10 years ago

gibrown commented 10 years ago

Plugin fails to work on versions 0.90.10+ due to elasticsearch/elasticsearch@1b497d8

Good description of the problem is here: https://github.com/carrot2/elasticsearch-carrot2/issues/4

The multi-branch structure of plugins like https://github.com/elasticsearch/elasticsearch-analysis-icu seems like a good way to handle this.

jprante commented 10 years ago

Thanks for reporting.

For the Knapsack plugin, I have created branches for 0.19, 0.20, 0.90

It's quite a bit of work to maintain branches for previous ES versions for each of my plugins, but I will do my best.