Re: Indexing UTF-8

2006-08-10 Thread Tricia Williams
I no longer remember when or where this came up, but when using Tomcat there is a known character encoding problem when you expect utf-8. In Tomcat's $TOMCAT_HOME/conf/server.xml on the port you're running Solr on ensure URIEncoding="UTF-8" is in This has solved some of my encoding problems.

Re: Indexing UTF-8

2006-08-10 Thread Andrew May
Bertrand Delacretaz wrote: Does your build contain the http://issues.apache.org/jira/browse/SOLR-38 patch, and if so did you try posting the utf8-example.xml document with post.sh and querying it through the admin interface? That patch should be part of the build I'm using (patch committed on t

Re: Indexing UTF-8

2006-08-10 Thread Bertrand Delacretaz
On 8/10/06, Andrew May <[EMAIL PROTECTED]> wrote: ...I'm using the 28th July nightly build, which I believe contains all the recent fixes... Does your build contain the http://issues.apache.org/jira/browse/SOLR-38 patch, and if so did you try posting the utf8-example.xml document with post.sh