RE: Japonish language seems to don't work on solr 1.3

2008-10-21 Thread sunnyfr
And even accent doesn't work :( it's really a problem with my utf8 je suis allée le voir et comme d'abitude les paysages sont magnifiques, mais l'histoire n'est p Maybe it comes from my data-config ?? ?? sunnyfr wrote: > > Hi Todd, > > I definitely no idea if I request MySql databas

RE: Japonish language seems to don't work on solr 1.3

2008-10-21 Thread sunnyfr
Maybe it comes from my data-config ?? ?? Hi Todd, I definitely no idea if I request MySql database I've the good characters : My japon file : select title from video where title like '%画%' and video.language='ja' limit 2; [EMAIL PROTECTED]:/# mysql -A -pass -u solr --h vip.videos.com dai

RE: Japonish language seems to don't work on solr 1.3

2008-10-21 Thread sunnyfr
Hi Todd, I definitely no idea if I request MySql database I've the good characters : My japon file : select title from video where title like '%画%' and video.language='ja' limit 2; [EMAIL PROTECTED]:/# mysql -A -pass -u solr --h vip.videos.com dailymotion http://www.nabble.com/Japan-language-see

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread Lance Norskog
Also the MySQL table may not be in UTF-8 mode. -Original Message- From: Feak, Todd [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 9:48 AM To: solr-user@lucene.apache.org Subject: RE: Japonish language seems to don't work on solr 1.3 I would look real closely at the

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread Feak, Todd
nnyfr [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 9:40 AM To: solr-user@lucene.apache.org Subject: RE: Japonish language seems to don't work on solr 1.3 So maybe when I import my data from mysql I loose it. ?? sunnyfr wrote: > > I did create again my index ? I'm using myS

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread sunnyfr
So maybe when I import my data from mysql I loose it. ?? sunnyfr wrote: > > I did create again my index ? I'm using mySql when I request japon video > I've got result correctly. > And yes I did try to index again data, it takes one minute so it's not a > problem, but now I don't know what can I

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread sunnyfr
I did create again my index ? I'm using mySql when I request japon video I've got result correctly. And yes I did try to index again data, it takes one minute so it's not a problem, but now I don't know what can I do? -- View this message in context: http://www.nabble.com/Japan-language-seems-t

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread Feak, Todd
er@lucene.apache.org Subject: RE: Japonish language seems to don't work on solr 1.3 Hi Todd, It does definitly work better, it was the server.xml file, sorry I should have checked, but I still have a dodgy problem, it's like it doesn't encode it in the good way, Because if I'm l

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread sunnyfr
Hi Todd, It does definitly work better, it was the server.xml file, sorry I should have checked, but I still have a dodgy problem, it's like it doesn't encode it in the good way, Because if I'm looking for straight in the URL ... :8180/solr/video/select/?q=豐田真奈美 My result is : 0 0 豐田真奈美

RE: Japonish language seems to don't work on solr 1.3

2008-10-20 Thread Feak, Todd
Two potential issues I see there. 1. Shouldn't your query string on the URL be encoded? 2. Are you using Tomcat, and did you set it up to use UTF-8 encoding? If not, your connector node in Tomcat needs to have the URIEncoding set to UTF-8. Documentation here http://struts.apache.org/2.0.11.2/