Re: many many boolean queries

2006-06-30 Thread Martin Kobele
thank you! Martin On Friday 30 June 2006 14:21, Erick Erickson wrote: > The tradeoff is that it'll blow up eventually . I have a really hard > time trusting increasing the clause count, since eventually, more > data/terms/something will blow my limit again. > > You probably want to think serious

Re: many many boolean queries

2006-06-30 Thread Erick Erickson
The tradeoff is that it'll blow up eventually . I have a really hard time trusting increasing the clause count, since eventually, more data/terms/something will blow my limit again. You probably want to think seriously about using a filter, perhaps with a RegexTermEnum. The folks who really know