Re: Index optimization ...

2008-07-30 Thread Anand Jain
As an aside, I would like to understand how do you get away without adding documents to the active index. As far as I understand, you are only adding docs to the inactive index and swap it with the active index (so the active one becomes inactive and vice-versa). So do you bring the "new" inacti

Re: Accent Insensitive Search

2008-07-16 Thread Anand Jain
and then search using same ISOLatinFilter? Regards, Aamir Yaseen -Original Message- From: Anand Jain [mailto:[EMAIL PROTECTED] Sent: 16 July 2008 10:02 AM To: java-user@lucene.apache.org Subject: Re: Accent Insensitive Search You need to include ISOLatinFilter in your analyzer. That

Re: Accent Insensitive Search

2008-07-16 Thread Anand Jain
You need to include ISOLatinFilter in your analyzer. That will convert all accented characters to their non-accented version. --Original Message-- From: [EMAIL PROTECTED] To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Sent: Jul 16, 2008 2:28 PM Subject: Accent Insens