Thank you! I am using Tomcat and will give it a try.
On Mon, 2009-08-10 at 16:31 +0200, Mats Lindh wrote:
> On Mon, Aug 10, 2009 at 4:19 PM, Darren Govoni<dar...@ontrenet.com> wrote:
> > How do I set UTF-8 encoding so lucene can find the documents since it
> > supports UTF-8 queries?
>
> This depends on the app server you're using. I'm guessing Tomcat (as
> that's where I had the same issue), and you can fix this by enabling
> UTF-8 encoded query strings in Tomcat itself:
>
> http://wiki.apache.org/solr/SolrTomcat#head-20147ee4d9dd5ca83ed264898280ab60457847c4
>
> --mats