Langdetect plugin 2.0.0.0 for Elasticsearch 2.0.0

Hi,

a new version 2.0.0.0 of my langdetect plugin has been released.

It is now compatible to Elasticsearch 2.0.0.

Also, an example has been added to demonstrate how to retrieve detected language codes from the index.

More info at

Best,

Jörg

Hi,

I was wondering if there are plans to support 2.2.1. I recently installed ELK from the repository, but get an error that the plugin only works with 2.2.0.

ERROR: Plugin [langdetect] is incompatible with Elasticsearch [2.2.1]. Was designed for version [2.2.0]

Thanks,

--rob

Sure, I have just pushed out two releases, 2.2.1.0 for Elasticseach 2.2.1 and 2.3.1.0 for Elasticsearch 2.3.1

Hi,

Thanks for the incredibly fast response. I am new to this, so not sure if I am missing something, but I see this error when attempting to install the plugin now:

NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

Tried with:
bin/plugin install jprante/elasticsearch-langdetect
bin/plugin install https://github.com/jprante/elasticsearch-langdetect/archive/2.2.1.0.zip

Please follow the instructions on https://github.com/jprante/elasticsearch-langdetect and use

./bin/plugin install https://github.com/jprante/elasticsearch-langdetect/releases/download/2.2.1.0/elasticsearch-langdetect-2.2.1.0-plugin.zip

Hi Jorg,

Sorry...forgot to mention that I also tried that URL but get 404:

Failed: FileNotFoundException[https://github.com/jprante/elasticsearch-langdetect/releases/download/2.2.1.0/elasticsearch-langdetect-2.2.1.0-plugin.zip]; nested: FileNotFoundException[https://github.com/jprante/elasticsearch-langdetect/releases/download/2.2.1.0/elasticsearch-langdetect-2.2.1.0-plugin.zip];

And similar with 2.3.1.0 from the README.

Failed: FileNotFoundException[https://github.com/jprante/elasticsearch-langdetect/releases/download/2.3.1.0/elasticsearch-langdetect-2.3.1.0-plugin.zip]; nested: FileNotFoundException[https://github.com/jprante/elasticsearch-langdetect/releases/download/2.3.1.0/elasticsearch-langdetect-2.3.1.0-plugin.zip];

Ok, github does not let me upload this particular tagged version and gives only errors messages ("nothing to push").

Meanwhile, you can try download from this URL on my host

http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.2.1.0/elasticsearch-langdetect-2.2.1.0-plugin.zip

Sorry for inconvenience.

Thanks. That worked!