Adam Rauch created LUCENE-4878:
----------------------------------

             Summary: Regular expression syntax with MultiFieldQueryParser 
causes assert/NPE
                 Key: LUCENE-4878
                 URL: https://issues.apache.org/jira/browse/LUCENE-4878
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/queryparser
    Affects Versions: 4.1
            Reporter: Adam Rauch


Using regex syntax causes MultiFieldQueryParser.parse() to throw an 
AssertionError (if asserts are on) or causes subsequent searches using the 
returned Query instance to throw NullPointerException (if asserts are off). 
Simon Willnauer's comment on the java-user alias: "This is in-fact a bug in the 
MultiFieldQueryParser [...] MultifieldQueryParser should override 
getRegexpQuery but it doesn't"


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to