On Wed, Nov 18, 2009 at 6:56 AM, Joe Kessel <isjust...@hotmail.com> 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 of the OutputStreamWriter.  I noticed that the
> CommonsHttpSolrServer seems to set the charset to UTF-8.  As a workaround I
> am able to use the CommonsHttpSolrServer.  Being new to Solr, not sure what
> the bug protocol is, assuming this is a bug.
>
>
I wrote a simple test case and I'm able to index and query 'é' and other
characters using StreamingUpdateSolrServer. Can you use -Dfile.encoding=UTF8
as a JVM parameter and see if that fixes your case. If it does, then it may
be a Solr bug.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to