Make sure your browser is set to UTF-8 encoding.
- Original Message
From: Otis Gospodnetic
To: solr-user@lucene.apache.org; bing...@asu.edu
Sent: Tue, January 18, 2011 10:39:16 AM
Subject: Re: Indexing and Searching Chinese with SolrNet
Bing Li,
Go to your Solr Admin page and use
Dear Jelsma,
After configuring the Tomcat URIEncoding, Chinese characters can be
processed correctly. I appreciate so much for your help!
Best,
LB
On Wed, Jan 19, 2011 at 3:02 AM, Markus Jelsma
wrote:
> Hi,
>
> Yes but Tomcat might need to be configured to accept, see the wiki for more
> inform
Hi,
Yes but Tomcat might need to be configured to accept, see the wiki for more
information on this subject.
http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config
Cheers,
> Dear Jelsma,
>
> My servlet container is Tomcat 7. I think it should accept Chinese
> characters. But I am not sure
Dear Jelsma,
My servlet container is Tomcat 7. I think it should accept Chinese
characters. But I am not sure how to configure it. From the console of
Tomcat, I saw that the Chinese characters in the query are not displayed
normally. However, it is fine in the Solr Admin page.
I am not sure eithe
Bing Li,
Go to your Solr Admin page and use the Analysis functionality there to enter
some Chinese text and see how it's getting analyzed at index and at search
time. This will tell you what is (or isn't) going on.
Here it looks like you just defined index-time analysis, so you should see your
Why creating two threads for the same problem? Anyway, is your servlet
container capable of accepting UTF-8 in the URL? Also, is SolrNet capable of
handling those characters? To confirm, try a tool like curl.
> Dear all,
>
> After reading some pages on the Web, I created the index with the foll