Erick Erickson wrote:

I'm pretty sure your problem is

Query q = new BooleanQuery...

should be

BooleanQuery q = new BooleanQuery...

Good catch! That's why the add() method is barfing. The parse() thing, though, is probably a change to the QueryParser interface for 2.0.

--MDC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to