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 former is much more flexible but has its drawbacks.
Regards, Markus https://lucene.apache.org/core/7_4_0/analyzers-common/org/apache/lucene/analysis/compound/HyphenationCompoundWordTokenFilterFactory.html -----Original message----- > From:Clemens Wyss DEV <clemens...@mysign.ch> > Sent: Friday 3rd August 2018 12:22 > To: solr-user@lucene.apache.org > Subject: indexing two words, searching single word > > Sounds like a rather simple issue: > if I index "sound stage" and search for "soundstage" I get no hits > > What am I doing wrong > a) when indexing > b) when searching > ? > > Thx in advance > - Clemens >