RE: UTF-8 Character Set not specifed on OutputStreamWriter in StreamingUpdateSolrServer

2009-12-02 Thread Joe Kessel
I finally got around to testing the patch and it works well. Thanks, Joe > Date: Mon, 23 Nov 2009 12:32:46 -0800 > From: hossman_luc...@fucit.org > To: solr-user@lucene.apache.org > Subject: RE: UTF-8 Character Set not specifed on OutputStreamWriter in > StreamingU

RE: UTF-8 Character Set not specifed on OutputStreamWriter in StreamingUpdateSolrServer

2009-11-23 Thread Chris Hostetter
: Specifying the file.encoding did work, although I don't think it is a : suitable workaround for my use case. Any idea what my next step is to : having a bug opened. no, you shouldn't *have* to specifying -Dfile.encoding=UTF8, Shalin was just asking to try that to verify that really was the

RE: UTF-8 Character Set not specifed on OutputStreamWriter in StreamingUpdateSolrServer

2009-11-18 Thread Joe Kessel
Specifying the file.encoding did work, although I don't think it is a suitable workaround for my use case. Any idea what my next step is to having a bug opened. Thanks, Joe > Date: Wed, 18 Nov 2009 16:15:55 +0530 > Subject: Re: UTF-8 Character Set not specifed on OutputStre

Re: UTF-8 Character Set not specifed on OutputStreamWriter in StreamingUpdateSolrServer

2009-11-18 Thread Shalin Shekhar Mangar
On Wed, Nov 18, 2009 at 6:56 AM, Joe Kessel wrote: > > While trying to make use of the StreamingUpdateSolrServer for updates with > the release code for Solr.14 I noticed some characters such as é did not > show up in the index correctly. The code should set the CharsetName via the > constructor

UTF-8 Character Set not specifed on OutputStreamWriter in StreamingUpdateSolrServer

2009-11-17 Thread Joe Kessel
While trying to make use of the StreamingUpdateSolrServer for updates with the release code for Solr.14 I noticed some characters such as é did not show up in the index correctly. The code should set the CharsetName via the constructor of the OutputStreamWriter. I noticed that the Commons