Re: How to force wildcard query not to ignore word endings

2010-07-02 Thread easy.angel
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.

Re: How to force wildcard query not to ignore word endings

2010-07-01 Thread Ahmet Arslan
> 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.

Re: How to force wildcard query not to ignore word endings

2010-07-01 Thread easy.angel
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.

Re: How to force wildcard query not to ignore word endings

2010-07-01 Thread Ahmet Arslan
> 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.

Re: How to force wildcard query not to ignore word endings

2010-07-01 Thread easy.angel
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.

Re: How to force wildcard query not to ignore word endings

2010-07-01 Thread Ahmet Arslan
> 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

How to force wildcard query not to ignore word endings

2010-07-01 Thread easy.angel
. 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.