I'm pretty sure your problem is

Query q = new BooleanQuery...

should be

BooleanQuery q = new BooleanQuery...


Best
Erick

Reply via email to