RE: Lucene question

2006-07-25 Thread Rajan, Renuka
Thanks Renaud. I will post my question in the right forum. -Original Message- From: Renaud Richardet [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 5:18 PM To: nutch-user@lucene.apache.org Subject: Re: Lucene question Hello Rajan, Please have a look at src/java/org/apache

RE: Lucene question

2006-07-25 Thread Rajan, Renuka
Thank you Howie. Sounds like we need to normalize the data to be indexed in Lucene as well as the input. -Original Message- From: Howie Wang [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 6:53 PM To: nutch-user@lucene.apache.org Subject: RE: Lucene question I'm not su

RE: Lucene question

2006-07-24 Thread Howie Wang
I'm not sure if there's something built into lucene to help with this, but this might help: http://www.mail-archive.com/nutch-user@lucene.apache.org/msg03189.html Basically, you'll have to replace the accented chars before indexing, and you'll also have to do it on the query string. Howie Hi

Re: Lucene question

2006-07-24 Thread Renaud Richardet
Hello Rajan, Please have a look at src/java/org/apache/lucene/analysis/ISOLatin1AccentFilter.java BTW, this is the mailing list of Nutch, you might want to post to java-user@lucene.apache.org HTH, Renaud Rajan, Renuka wrote: Hi All Please forgive me if this is not the right forum to pos