RE: UTF-8 encoding problem on one of two Solr setups

2007-08-20 Thread Mario Knezovic
> You might want to check out this page > http://wiki.apache.org/solr/SolrTomcat > > Tomcat needs a small config change out > of the box to properly support UTF-8. This exactly solved the problem. Thanks a lot! Mario

Re: UTF-8 encoding problem on one of two Solr setups

2007-08-17 Thread Sean Timm
This may be your problem.  The below docs are for the HTTP connector, simlar configuration can be made to the AJP and other connectors See http://tomcat.apache.org/tomcat-6.0-doc/config/http.html URIEncoding This specifies the character encoding used to decode the URI bytes, after %xx decodin

RE: UTF-8 encoding problem on one of two Solr setups

2007-08-17 Thread Charlie Jackson
-user@lucene.apache.org Subject: UTF-8 encoding problem on one of two Solr setups Hi all, I have set up an identical Solr 1.1 on two different machines. One works fine, the other one has a UTF-8 encoding problem. #1 is my local Windows XP machine. Solr is running basically in a configuration like

UTF-8 encoding problem on one of two Solr setups

2007-08-17 Thread Mario Knezovic
Hi all, I have set up an identical Solr 1.1 on two different machines. One works fine, the other one has a UTF-8 encoding problem. #1 is my local Windows XP machine. Solr is running basically in a configuration like in the tutorial example with Jetty/5.1.11RC0 (Windows XP/5.1 x86 java/1.6.0). Eve