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=25820>. 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=25820 [PATCH] QueryParser not handling queries containing AND and OR correctly ------- Additional Comments From [EMAIL PROTECTED] 2004-02-12 18:38 ------- It is convenient to have an empty query string parsed as an empty BooleanQuery. That makes it much simpler to, e.g., construct a query from a form, where some fields may be empty. One needn't check for a null result from the parser, but can always unconditionally add the parsed query to the full query being composed. Back-compatiblity is also a good reason. Changing this will likely break a lot of applications when they upgrade, which is never nice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
