RE: Exception invoking MultiPhraseQuery

2010-01-12 Thread Woolf, Ross
e tried catching the exception but it is not catchable. I only get the invocation exception displayed and can't inspect mpq. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, January 12, 2010 11:49 AM To: java-user@lucene.apache.

Re: Exception invoking MultiPhraseQuery

2010-01-12 Thread Erick Erickson
I'd try running it outside of Eclipse, and/or checking each and every of the many configuration options in Eclipse to see if you have an old jar that Eclipse is using, from jars you've made accessible via the "java build path" window to projects referenced to.. Alternately, you can look for al

Exception invoking MultiPhraseQuery

2010-01-12 Thread Woolf, Ross
I can't invoke MultiPhraseQuery. It produces the error: com.sun.jdi.InvocationException occurred invoking method Here is the code: MultiPhraseQuery mpq = new MultiPhraseQuery(); In the eclipse debugger when I try to inspect mpq after instantiating it shows the error. I'm on Lucene 2.9.1 with J