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

many many boolean queries

2006-06-30 Thread Martin Kobele
Hi, since I use many wildcards, I get the exception, that the number of boolean queries exceeds the default value (1024). I could simply increase the value to like 10,000 or something What would be the trade-off of using a high max value? Thanks! Martin