Re: SolrJ Unicode problem

2014-05-21 Thread Sivathanupillai, Jothi
Great ! This solution worked for me Jothi Sivathanupillai, IT Programmer Analyst Principal I _ Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may in

Re: SolrJ Unicode problem

2010-05-28 Thread Chris Hostetter
: Everything works. The OutputStreamWriter used by : StreamingUpdateSolrServer uses the default encoding. UTF-8 might be : better, but maybe there are reasons not to hard-code it. no, this was a big thta's been fixed in svn... https://issues.apache.org/jira/browse/SOLR-1595 ...it wo

Re: SolrJ Unicode problem

2010-05-28 Thread Hugh Cayless
ytes(), "UTF-8"); > } > > and that solved the problem for me. > > Tim > > -Original Message- > From: Hugh Cayless [mailto:philomou...@gmail.com] > Sent: Friday, May 28, 2010 12:51 PM > To: solr-user@lucene.apache.org > Subject: SolrJ Uni

RE: SolrJ Unicode problem

2010-05-28 Thread Tim Gilbert
- From: Hugh Cayless [mailto:philomou...@gmail.com] Sent: Friday, May 28, 2010 12:51 PM To: solr-user@lucene.apache.org Subject: SolrJ Unicode problem Hi, I'm a solr newbie, and I'm hoping someone can point me in the right direction. I'm trying to index a bunch of documents with G

SolrJ Unicode problem

2010-05-28 Thread Hugh Cayless
Hi, I'm a solr newbie, and I'm hoping someone can point me in the right direction. I'm trying to index a bunch of documents with Greek text in them. I can successfully index documents by generating add xml and using curl to send them to my server, but when I use solrj to create and send docume