Re: Solr Accent Insensitive and sensitive search

2011-08-18 Thread Erick Erickson
Well, we can't tell. Because you haven't identified the field you are working with. So, we need two additional pieces of information: the query you use that works the query you use that doesn't work And attach &debugQuery=on to both of them and post the results back please. But looking at the a

Re: Solr Accent Insensitive and sensitive search

2011-08-18 Thread Denis WSRosa
Hi! Thank you for your response! here is my full schema:

RE: Solr Accent Insensitive and sensitive search

2011-08-17 Thread Michael Ryan
Are you using the same analyzer for both type="query" and type="index"? Can you show us the fieldType from your schema? -Michael

Solr Accent Insensitive and sensitive search

2011-08-17 Thread Denis WSRosa
Hi all! I have configured my schema to use the solr.ASCIIFoldingFilterFactory filter, this way I'm able to search a word like "ferias" and get "férias", but when I try to search the exact word "férias" I got nothing as result. Is there a way to configure both cases in the search? Best Regards!