Re: Problems with special characters

2007-03-22 Thread Maarten . De . Vilder
"Thierry Collogne" <[EMAIL PROTECTED]> 22/03/2007 11:27 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters Thanks. Did you also try using it? On 22/03/07, [EMAIL PROTECTED] <[EMAIL PRO

Re: Problems with special characters

2007-03-22 Thread Thierry Collogne
Thanks. Did you also try using it? On 22/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: nice one ! "Thierry Collogne" <[EMAIL PROTECTED]> 22/03/2007 09:00 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems w

Re: Problems with special characters

2007-03-22 Thread Maarten . De . Vilder
nice one ! "Thierry Collogne" <[EMAIL PROTECTED]> 22/03/2007 09:00 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters Thanks. I made some modifications to SolrQuery.java to allow highlighting.

Re: Problems with special characters

2007-03-22 Thread Thierry Collogne
user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters Thank you. When I add the code you described, the Solr Java Client works. One more question about the Solr Java Client. Does it allow the use of highlighting? I void a processHighlighting meth

Re: Problems with special characters

2007-03-21 Thread Maarten . De . Vilder
ry Collogne" <[EMAIL PROTECTED]> 21/03/2007 17:04 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters Thank you. When I add the code you described, the Solr Java Client works. One more question about the Solr

Re: Problems with special characters

2007-03-21 Thread Thierry Collogne
a/browse/SOLR-20#action_12478810 Frederic Hennequin [07/Mar/07 08:27 AM] grts,m "Bertrand Delacretaz" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 21/03/2007 11:19 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special char

Re: Problems with special characters

2007-03-21 Thread Maarten . De . Vilder
27 AM] grts,m "Bertrand Delacretaz" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 21/03/2007 11:19 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: Problems with special characters On 3/21/07, Thierry Collogne <[EMAIL

Re: Problems with special characters

2007-03-21 Thread Bertrand Delacretaz
On 3/21/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: I used the new jar file and removed -Dfile.encoding=UTF-8 from my jar call and the problem isn't there anymore... ok, thanks for the feedback! -Bertrand

Re: Problems with special characters

2007-03-21 Thread Thierry Collogne
I used the new jar file and removed -Dfile.encoding=UTF-8 from my jar call and the problem isn't there anymore. Thanks a lot for the help. On 21/03/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 3/21/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: > ...What would be the best way of bui

Re: Problems with special characters

2007-03-21 Thread Bertrand Delacretaz
On 3/21/07, Thierry Collogne <[EMAIL PROTECTED]> wrote: ...What would be the best way of building the SimplePostTool.java You can use "ant example" in the top-level directory of the Solr source code. I have attached the current post.jar to SOLR-194 for convenience. -Bertrand

Re: Problems with special characters

2007-03-21 Thread Thierry Collogne
I have used you first workaround and this works for me. What would be the best way of building the SimplePostTool.java ? On 21/03/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 3/21/07,

Re: Problems with special characters

2007-03-21 Thread Bertrand Delacretaz
On 3/21/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: ...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.. Should be fixed now, if you can grab the latest SimplePostToolCode [1] it should work ir

Re: Problems with special characters

2007-03-21 Thread Bertrand Delacretaz
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, usi

Problems with special characters

2007-03-21 Thread Thierry Collogne
Hello, I am using the post.jar file to update the search indexes. Problem is that foreign characters like é, à, ... don't work correctly. Even when I use the example xml files (like utf8-example.xml), the characters don't work. Could this be a problem with the post.jar? When I open the files in