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
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
>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
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
---