elasticsearch-analysis-decompound icon indicating copy to clipboard operation
elasticsearch-analysis-decompound copied to clipboard

Decompounding Plugin for Elasticsearch

Results 18 elasticsearch-analysis-decompound issues
Sort by recently updated
recently updated
newest added

- Update to new Elasticsearch-Version/ Runs with the latest ES Version - Caching-Layer implemented (increase indexing speed) - Phrase searching fixed for decompounded terms (see README) --> Tested in production...

Last update was two years ago, so I am not sure if this plugin is still maintained? Or maybe there is no need for this anymore in case Elasticsearch has...

Updates plugin to ES 6.3.0. Based on https://github.com/jprante/elasticsearch-analysis-decompound/pull/52.

-> Downloading http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-decompound/5.4.0.0/elasticsearch-analysis-decompound-5.4.0.0-plugin.zip [=================================================] 100%   Exception in thread "main" java.lang.IllegalArgumentException: plugin [decompound] is incompatible with version [5.4.0]; was designed for version [5.1.1] at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:146) at org.elasticsearch.plugins.InstallPluginCommand.verify(InstallPluginCommand.java:428) at org.elasticsearch.plugins.InstallPluginCommand.install(InstallPluginCommand.java:495) at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:215)...

I get the following error when installing: ```ERROR: Plugin [decompound] is incompatible with Elasticsearch [2.4.4]. Was designed for version [2.4.1]``` A patch version increase shouldn't break the compatability.

A release for 5.1.2 would be really awesome :+1: Isn't it possible to define your plugin as compatibel for the `5.1.*` series so it's possible to create only one build...

This looks interesting, what would I need to do to have this working for Dutch?

In case if someone needs these builds: [elasticsearch-analysis-decompound-5.2.0-plugin.zip](https://github.com/jprante/elasticsearch-analysis-decompound/files/807132/elasticsearch-analysis-decompound-5.2.0-plugin.zip) [elasticsearch-analysis-decompound-5.2.1-plugin.zip](https://github.com/jprante/elasticsearch-analysis-decompound/files/807131/elasticsearch-analysis-decompound-5.2.1-plugin.zip) Installation: ```bash $ sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install file:///path/to/elasticsearch-analysis-decompound-5.2.1-plugin.zip ``` or ```bash $ sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install https://github.com/jprante/elasticsearch-analysis-decompound/files/807131/elasticsearch-analysis-decompound-5.2.1-plugin.zip ```

Will there be a new release for elasticsearch 2.1.1 support in the near future?

Hi, Is there an offcial version for ES 2.2.0? I also submitted a pull request for this [here](https://github.com/jprante/elasticsearch-analysis-decompound/pull/21).