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