Wildcard searches and BooleanQuery$TooManyClauses

2003-11-25 Thread Dror Matalon
This was raised in http://www.mail-archive.com/[EMAIL PROTECTED]/msg04696.html and not really answered. If I do +(contents:luc* description:luc*) Things work fine. However if I do +(contents:car* description:car*) I get the following exception

Re: Wildcard searches and BooleanQuery$TooManyClauses

2003-11-25 Thread Otis Gospodnetic
Correct. As for side-effect, well, things will be slower, obviously :) Increase the limit, perform a search, and see if it's still sufficiently fast...that's what I would do. :) Otis --- Dror Matalon [EMAIL PROTECTED] wrote: This was raised in http://www.mail-archive.com/[EMAIL