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.
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
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