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
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