DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=16730>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=16730 ESCAPING BUG \(abc\) and \(a*c\) in v1.2 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal ------- Additional Comments From [EMAIL PROTECTED] 2004-03-29 18:53 ------- The problem still occurs in the CVS version. I cannot fix it, but I can explain a bit where the problem comes from: "(abc)" will be indexed as "abc" by standard analyzer. The query "a?c" is parsed as "field:a?c" (you'll get a match), but the query "(a?c)" is parsed as "field:(a?c)" (no match, which is correct?). So the problem seems to be in QueryParser. I'm setting this to "normal" severity, as I think it's rather uncommon. The fact that the bug is open for one year and doesn't have a single comment seems to support that. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]