lucene.472066.n3.nabble.com/How-to-force-wildcard-query-not-to-ignore-word-endings-tp936322p938097.html
Sent from the Solr - User mailing list archive at Nabble.com.
> I will try to remove SnowballPorterFilterFactory (is it
> right?) and then restart solr + reindex
Exactly. This will solve your problem.
However remember that wildcard, prefix searches (*) are not analyzed. For
example HAN* won't return anything.
to remove SnowballPorterFilterFactory (is it right?) and then
restart solr + reindex
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-force-wildcard-query-not-to-ignore-word-endings-tp936322p936584.html
Sent from the Solr - User mailing list archive at Nabble.com.
> I'm not sure weather it can be solved in solr
> configuration itself
> (for example with query analyzer for the text field, or
> with index
> analyzer).
Do you have StemFilterFactory in your field type? Remove it from query analyzer
for the text field. Re-start core + re-index.
text:
http://lucene.472066.n3.nabble.com/How-to-force-wildcard-query-not-to-ignore-word-endings-tp936322p936506.html
Sent from the Solr - User mailing list archive at Nabble.com.
> I have one problem with querying solr. I indexed person
> with 2 fields:
>
> * firstname - Hans
> * lastname - Mustermann
>
> and I have copy field 'text' where these fields are copied.
> 'text' field is
> used during query.
>
> Now, when I search:
>
> han*
>
> I do have Hans Musterma
.
Thanks in advance,
Oleg
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-force-wildcard-query-not-to-ignore-word-endings-tp936322p936322.html
Sent from the Solr - User mailing list archive at Nabble.com.