AW: indexing two words, searching single word

2018-08-03 Thread Clemens Wyss DEV
wrote: > > > >outputUnigrams="true" tokenSeparator=""/> > > > seems to "work" > > -Ursprüngliche Nachricht- > Von: Clemens Wyss DEV > Gesendet: Freitag, 3. August 2018 13:46 > An: solr-user@lucene.apache.org

AW: indexing two words, searching single word

2018-08-03 Thread Clemens Wyss DEV
seems to "work" -Ursprüngliche Nachricht- Von: Clemens Wyss DEV Gesendet: Freitag, 3. August 2018 13:46 An: solr-user@lucene.apache.org Betreff: AW: indexing two words, searching single word >Because you probably are not looking for "andthe" kind o

AW: indexing two words, searching single word

2018-08-03 Thread Clemens Wyss DEV
>Because you probably are not looking for "andthe" kind of tokens (unfortunately) I guess I am, as we don't know what people enter... > a shingle plus regex to remove whitespace sounds interesting. How would that filter-chain look like? That would be an type="index"-analyzer? I guess we could shi

AW: indexing two words, searching single word

2018-08-03 Thread Clemens Wyss DEV
Hi Markus, thanks for the quick answer. "sound stage" was just an example. We are looking for a generic solution ... Is it "ok" to apply an NGRamFilter for query-analyzing? I guess (besides the performance impact) this reduces search results accuracy? -Clemens ---