Also, in case you use Apache's mod_proxy, be sure to use the nocanon attribute.
(I don't know of an equivalent for mod_rewrite).

In general, I tend also to advise also to change the default encoding of the 
java running the servlets... but I am sure you've done this.

Tell us your success or lack thereof, I'm interested and I am sure others are.

paul


Le 29 mars 2012 à 16:49, Bob Sandiford a écrit :

> Hi, Henri.
> 
> Make sure that the container in which you are running Solr is also set for 
> UTF-8.
> 
> For example, in Tomcat, in the server.xml file, your Connector definitions 
> should include:
>       URIEncoding="UTF-8"
> 
> 
>> -----Original Message-----
>> From: henri.gour...@laposte.net [mailto:henri.gour...@laposte.net]
>> Sent: Thursday, March 29, 2012 10:42 AM
>> To: solr-user@lucene.apache.org
>> Subject: UTF-8 encoding
>> 
>> I cant get utf-8 encoding to work!!
>> 
>> I have        <str name="v.contentType">text/html;charset=UTF-8</str>
>> 
>> in my request handler, and
>> input.encoding=UTF-8
>> output.encoding=UTF-8
>> in velocity.properties, in various locations (I may have the wrong ones! at
>> least in the folder where the .vm files reside)
>> 
>> What else should I be doing/configuring.

Reply via email to