: Yes, I did and below is my debugQuery result.

before you even look at the debug section, look at the params section in 
the responseHeader...

:   <str name="q">Colo�</str> 

the raw value Solr is getting from your servlet container doesn't match 
what you think you are sending...

: It is actually converting "Coloèr" to "Colo�" and hence not searching. It is

...i'm guessing that either your servlet container is missconfigured for 
dealing with UTF-8 characters, or your client code is doing something not 
quite right ... untill you get that value you expect to see coming back in 
that responseHeader, there's no point in fiddling with your schema.


-Hoss

Reply via email to