DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16167>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16167 Problem searching with WildCards and quotes [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2003-01-19 23:14 ------- Ok, this is probably the last time I'll post on this issue. Thank you for supplying working code. The issue is QueryParser, and I think you'll find that the Lucene committers are not that interested in making QueryParser handle everyone's own needs. Since you've already written your own Analyzer and Tokenizer, how about simply writing your own QueryParser now too? Just clone Lucene's JavaCC-based parser and write your own. Or pre-process the string passed to remove quotes before handing it to the parser. I'm marking as WONTFIX this time. I'm not a committer, but I believe the sentiment is that QueryParser does more than enough for you already. If you re-open it, I suggest you submit a patch at least, or in some way make a stronger case for why you feel this is a problem that should be corrected in the common codebase. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
