jprante / elasticsearch-analysis-decompound

Decompounding Plugin for Elasticsearch
GNU General Public License v2.0
87 stars 38 forks source link

Add option to exclude certain words #39

Open felixbarny opened 8 years ago

felixbarny commented 8 years ago

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 causing relevance issues.

jprante commented 8 years ago

Just use the keyword filter. See https://github.com/jprante/elasticsearch-analysis-decompound/issues/24#issuecomment-208903961

felixbarny commented 8 years ago

Works like a charm. Could add the respect_keywords option to the documentation?