Re: solrj Unicode queries don't return results

2010-06-08 Thread Lance Norskog
Also, you may need this system property in your client app: java -Dfile.encoding=utf-8 .. On Tue, Jun 8, 2010 at 4:52 PM, jlist9 wrote: > Ah, I didn't know this. This should be much simpler. Thank you very much! > > On Tue, Jun 8, 2010 at 12:57 AM, Ahmet Arslan wrote: >>> Meanwhile, I'd lik

Re: solrj Unicode queries don't return results

2010-06-08 Thread jlist9
Ah, I didn't know this. This should be much simpler. Thank you very much! On Tue, Jun 8, 2010 at 12:57 AM, Ahmet Arslan wrote: >> Meanwhile, I'd like to try using POST, but I didn't find >> information >> about how to do this. Could someone point me to a link to >> some >> sample code? > > > you

Re: solrj Unicode queries don't return results

2010-06-08 Thread Ahmet Arslan
> Meanwhile, I'd like to try using POST, but I didn't find > information > about how to do this. Could someone point me to a link to > some > sample code? you can pass METHOD.POST to query method of SolrServer. public QueryResponse query(SolrParams params, METHOD method)

Re: solrj Unicode queries don't return results

2010-06-08 Thread jlist9
;> experienced problems with glassfish and switched to post to solve it >> (http://wiki.apache.org/solr/SolrGlassfish) >> >> Tim >> >> -Original Message- >> From: jlist9 [mailto:jli...@gmail.com] >> Sent: Monday, June 07, 2010 2:33 PM >> To:

Re: solrj Unicode queries don't return results

2010-06-07 Thread jlist9
onday, June 07, 2010 2:33 PM > To: solr-user@lucene.apache.org > Cc: dioxide.softw...@gmail.com > Subject: solrj Unicode queries don't return results > > Hi, I'm having a problem with Unicode queries using solrj. > I have an index with unicode strings. From /solr/admin web interface,

RE: solrj Unicode queries don't return results

2010-06-07 Thread Tim Gilbert
enced problems with glassfish and switched to post to solve it (http://wiki.apache.org/solr/SolrGlassfish) Tim -Original Message- From: jlist9 [mailto:jli...@gmail.com] Sent: Monday, June 07, 2010 2:33 PM To: solr-user@lucene.apache.org Cc: dioxide.softw...@gmail.com Subject: solrj Unicode qu

solrj Unicode queries don't return results

2010-06-07 Thread jlist9
Hi, I'm having a problem with Unicode queries using solrj. I have an index with unicode strings. From /solr/admin web interface, I can find results using the Java unicode format, such as \u751f\u6d3b. (If I just type in a UTF-8 string, I can't find any result though. Not sure why.) But in solrj, I