Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Dennis Gearon
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

Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Bing Li
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

Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Markus Jelsma
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

Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Bing Li
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

Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Otis Gospodnetic
nt: Tue, January 18, 2011 1:30:37 PM > Subject: Indexing and Searching Chinese with SolrNet > > Dear all, > > After reading some pages on the Web, I created the index with the following > schema. > > .. &g

Re: Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Markus Jelsma
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

Indexing and Searching Chinese with SolrNet

2011-01-18 Thread Bing Li
Dear all, After reading some pages on the Web, I created the index with the following schema. .. .. It must be correct, right? However, when sending a query though SolrNet