On 3/21/07, Thierry Collogne <[EMAIL PROTECTED]> wrote:

...I am using the post.jar file to update the search indexes. Problem is that
foreign characters like é, à, ... don't work correctly...

You're right, I have entered the issue in
https://issues.apache.org/jira/browse/SOLR-194

For now, using this as a workaround should help:

java -Dfile.encoding=UTF-8 -jar post.jar
http://localhost:8983/solr/update utf8-example.xml

-Bertrand

Reply via email to