[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-12 Thread Paul taylor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356998#comment-14356998 ] Paul taylor commented on LUCENE-6347: - It only shows the NPE when you run the query,

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14358669#comment-14358669 ] Michael McCandless commented on LUCENE-6347: Thanks Paul, indeed, now I can

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-12 Thread Paul taylor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14358440#comment-14358440 ] Paul taylor commented on LUCENE-6347: - Hm, Ive just retested it and with assertions

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357024#comment-14357024 ] Michael McCandless commented on LUCENE-6347: Also, what is wrong with the

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357021#comment-14357021 ] Michael McCandless commented on LUCENE-6347: I'm confused: on the java-user

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-11 Thread Paul taylor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357032#comment-14357032 ] Paul taylor commented on LUCENE-6347: - My understanding was that it is an invalid

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14357261#comment-14357261 ] Michael McCandless commented on LUCENE-6347: bq. My understanding was that it

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356912#comment-14356912 ] Michael McCandless commented on LUCENE-6347: bq. Yes, that is the problem,

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-09 Thread Paul taylor (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14352707#comment-14352707 ] Paul taylor commented on LUCENE-6347: - Yes, that is the problem, the QueryParser is

[jira] [Commented] (LUCENE-6347) MultiFieldQueryParser doesnt catch invalid syntax properly (due to user using regexpression syntax unwittingly)

2015-03-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14352322#comment-14352322 ] Michael McCandless commented on LUCENE-6347: Hmm I tried to reproduce this on