elasticsearch-analysis-decompound
elasticsearch-analysis-decompound copied to clipboard
Decompounding Plugin for Elasticsearch
``` Plugin [decompound] is incompatible with Elasticsearch [2.3.4]. Was designed for version [2.3.3] ```
It would be nice to have a option which excludes certain words like `leinwand` or `haushalt` from decompounding. I need this because the otherwise created terms `wand` and `halt` are...
jprante, can I offer you some help with establishing a CI host which will automatically build jarfiles and publish them, whenever new Elasticsearch is released?
The plugin fails to decompound the German word "Kinderzahnheilkunde". The resulting tokens are `["kinderzahnheilkunde", "kinderzahnhe", "ilkunde"]`. The expected tokes are `["kinderzahnheilkunde", "kinder", "zahn", "heil", "kunde"]`. I'm using plugin Version 2.2.0.0...
Hi, First of all, thanks for your plugin, which could avoid to use the obscure compound word token filter with hyphenation_decompounder (https://www.elastic.co/guide/en/elasticsearch/reference/2.0/analysis-compound-word-tokenfilter.html) Having said that I cannot decompose "Taschenhersteller" which...
Hi, I am stuck with this issue and I am quite sure I miss something really essential: I setup the analyzer as below and it works quite well: GET /myIndex/_analyze?analyzer=german&text=Straßenbahnschienenritzenreiniger...
I have the current Elasticsearch version (1.5.2) and tried to setup decompound with the thin readme. I got not the expected results. ``` json PUT /leads { "settings": { "index":...
Hi, I just got stuck with some "FetchPhaseExecutionException" when using the highlighting and the decomp filter: InvalidTokenOffsetsException[Token verzinnte exceeds length of provided text sized 83] Drilling down into that was...