[jira] Updated: (LUCENE-800) Incorrect parsing by QueryParser.parse() when it encounters backslashes (always eats one backslash.)

2007-02-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-800: - Priority: Minor (was: Major) just lowering the severity to minor > Incorrect parsing by QueryPa

[jira] Updated: (LUCENE-800) Incorrect parsing by QueryParser.parse() when it encounters backslashes (always eats one backslash.)

2007-02-25 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-800: - Attachment: Lucene-800.patch With this patch a query like (item:\\ item:ABCD\\) does not throw a

[jira] Updated: (LUCENE-800) Incorrect parsing by QueryParser.parse() when it encounters backslashes (always eats one backslash.)

2007-03-07 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-800: --- Attachment: Lucene-800-more-tests.patch Hi Michael, I reviewed this fix and it looks good and correct