27;ve obviously seen (and fixed!) the issue already,
>> > but for the record: https://issues.apache.org/jira/browse/LUCENE-4878
>> >
>> > Adam
>> >
>> > -Original Message-----
>> > From: Simon Willnauer [mailto:simon.willna...@gmail.com]
>> &
ail.com]
> > Sent: Sunday, March 24, 2013 9:28 AM
> > To: java-user@lucene.apache.org
> > Subject: Re: Assert / NPE using MultiFieldQueryParser
> >
> > Hey,
> >
> > this is in-fact a bug in the MultiFieldQueryParser, can you open a
> ticket for this please i
r
> the record: https://issues.apache.org/jira/browse/LUCENE-4878
>
> Adam
>
> -Original Message-
> From: Simon Willnauer [mailto:simon.willna...@gmail.com]
> Sent: Sunday, March 24, 2013 9:28 AM
> To: java-user@lucene.apache.org
> Subject: Re: Assert / NPE using Mult
-user@lucene.apache.org
Subject: Re: Assert / NPE using MultiFieldQueryParser
Hey,
this is in-fact a bug in the MultiFieldQueryParser, can you open a ticket for
this please in our bugtracker?
MultifieldQueryParser should override getRegexpQuery but it doesn't
simon
On Sun, Mar 24, 2013 at 3:57 PM,
Hey,
this is in-fact a bug in the MultiFieldQueryParser, can you open a
ticket for this please in our bugtracker?
MultifieldQueryParser should override getRegexpQuery but it doesn't
simon
On Sun, Mar 24, 2013 at 3:57 PM, Adam Rauch wrote:
> I'm using MultiFieldQueryParser to parse search queri
I'm using MultiFieldQueryParser to parse search queries. I find that
certain query strings (e.g., "/study/" without the quotes) cause
MultiFieldQueryParser.parse() to throw an AssertionError, if asserts are
enabled. In production, parse() returns a Query, but it seems to be
corrupt. using it to s