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

Installation of previous version on ES2.0 #33

Open durgeshiitj opened 9 years ago

durgeshiitj commented 9 years ago

Hi Joerg, I tried to install Langdetect on ES 2.0. But I'm getting " 'plugin-descriptor.properties' not found in plugin.zip" which is not in the latest build of langdetect plugin(1.6.0) - for ES 1.6. I tried to install langDetect-beta-2.0.0 also but it's not compatible with ES 2.0. So, there isn't any way to install the plugin for ES 2.0 or should I wait for the new release of this plugin? Thanks

jprante commented 9 years ago

I just released Version 2.0.0.0 for ES 2.0.0

durgeshiitj commented 9 years ago

Thank you Joerg. :)

And, jackson-core.jar is not being used?? In previous version of langdetect plugin jackson-core.jar was being used.

jprante commented 9 years ago

Jackson core is provided by Elasticsearch core jars now.

durgeshiitj commented 8 years ago

Hi Jorge, I am not able to download the mvn dependency for the langdetect 2.0.0

Following is the dependency : * *

Thank you Regards, Durgesh Kumar

On 13 November 2015 at 19:01, Jörg Prante notifications@github.com wrote:

Jackson core is provided by Elasticsearch core jars now.

— Reply to this email directly or view it on GitHub https://github.com/jprante/elasticsearch-langdetect/issues/33#issuecomment-156431958 .

jprante commented 8 years ago

Please use xbib repository

 <repository>
    <id>xbib</id>
    <url>http://xbib.org/repository</url>
    <releases>
        <enabled>true</enabled>
    </releases>
</repository>
durgeshiitj commented 8 years ago

Thank you Jorge

On 9 December 2015 at 14:40, Jörg Prante notifications@github.com wrote:

Please use xbib repository

xbib http://xbib.org/repository true

— Reply to this email directly or view it on GitHub https://github.com/jprante/elasticsearch-langdetect/issues/33#issuecomment-163156860 .