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
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
> 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)
;> 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:
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,
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
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