Re: MultiPhraseQuery.toString() throws null pointer exception

2010-07-04 Thread Michael McCandless
I opened LUCENE-2526 for this... Mike On Thu, Jul 1, 2010 at 2:19 PM, Woolf, Ross wrote: > In Lucene 2.9.2 (have not checked 3.x) calling MultiPhraseQuery.toString() > throws a null pointer exception.  Below is very simple code to test this out. > > import org.apache.lucene.search.MultiPhraseQu

MultiPhraseQuery.toString() throws null pointer exception

2010-07-01 Thread Woolf, Ross
In Lucene 2.9.2 (have not checked 3.x) calling MultiPhraseQuery.toString() throws a null pointer exception. Below is very simple code to test this out. import org.apache.lucene.search.MultiPhraseQuery; public class testMPQ { public static void main(String[] args){ Multi