Re: Wildcard malfunctioning

2014-05-05 Thread Alexandre Rafalovitch
, you stay that you are using the stemmer to remove diacritical marks... > you can/should use ASCIIFoldingFilterFactory or MappingCharFilterFactory. > > -- Jack Krupansky > > -Original Message- From: Román González > Sent: Monday, May 5, 2014 7:00 AM > To: solr-user@l

Re: Wildcard malfunctioning

2014-05-05 Thread Shawn Heisey
On 5/5/2014 5:19 AM, Jack Krupansky wrote: > But, you stay that you are using the stemmer to remove diacritical > marks... you can/should use ASCIIFoldingFilterFactory or > MappingCharFilterFactory. I like ICUFoldingFilterFactory for this, but it does require additional contrib jars (included in t

RE: Wildcard malfunctioning

2014-05-05 Thread Román González
SOLVED! First solution I tried (the Ahmet's one) worked fine! Thank you! -Mensaje original- De: Jack Krupansky [mailto:j...@basetechnology.com] Enviado el: lunes, 05 de mayo de 2014 13:19 Para: solr-user@lucene.apache.org; rgonza...@normagricola.com Asunto: Re: Wildcard malfuncti

Re: Wildcard malfunctioning

2014-05-05 Thread Jack Krupansky
MappingCharFilterFactory. -- Jack Krupansky -Original Message- From: Román González Sent: Monday, May 5, 2014 7:00 AM To: solr-user@lucene.apache.org Subject: Wildcard malfunctioning Hi all! Sorry in advance if this question was posted but I were unable to find it with search engines

Re: Wildcard malfunctioning

2014-05-05 Thread Ahmet Arslan
Hi Roman, What you are experiencing is a OK and known. Stemming and wildcard searches could be counter intuitive sometimes. But luckily remedy is available. Use the following filters, and your wildcard searches will be happy. Please not that this change will require solr-restart and re-index.

Wildcard malfunctioning

2014-05-05 Thread Román González
Hi all! Sorry in advance if this question was posted but I were unable to find it with search engines. Filter SpanishLightStemFilterFactory is not working properly with wildcards or I’m misunderstanding something. I have the field With this type: