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 and elasticsearch 2.2.0.
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 and elasticsearch 2.2.0.
Index settings are
I got the results from the _analyze API with the explain=true option.
Any suggestions to receive better results are well appreciated. Thanks