ze="2" would suffice
>
> -----Ursprüngliche Nachricht-
> Von: Alexandre Rafalovitch
> Gesendet: Freitag, 3. August 2018 13:33
> An: solr-user
> Betreff: Re: indexing two words, searching single word
>
> But what is your generic problem then. Because you probab
maxGramSize="15" />
>
>
> I guess (besides the performance impact) this reduces search results
> accuracy?
>
> -Clemens
>
> -Ursprüngliche Nachricht-
> Von: Markus Jelsma
> Gesendet: Freitag, 3. August 2018 12:43
> An: solr-user@lucene.apache.org
Hello,
If your case is English you could use synonyms to work around the problem of
the few compound words of the language. However, would you be dealing with a
Germanic compound language, the HyphenationCompoundWordTokenFilter [1] or
DictionaryCompoundWordTokenFilter are a better choice. The f