Re: [Fwd: Re: indexing performance]

2007-03-01 Thread Mike Klaas
On 3/1/07, Saravana <[EMAIL PROTECTED]> wrote: Is this still hold good now ? Thanks for your reply. Probably most of that still applies to some extent. However, it is unclear whether it will speed up your application. First thing is to find out what your bottleneck is. Looking at the stats

Re: [Fwd: Re: indexing performance]

2007-03-01 Thread Saravana
Hi, You need just the counts? And you want to do just whole-field matching, not word matching? In that case, Lucene might be an overkill for you. Or, if you do use Lucene, make sure to use "keyword" (untokenized) fields, not "tokenized" fields. Sorry for not elaborating my requirement more. Actu