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-01-22 08:18 ------- I extended the patch to avoid ArrayIndexOutOfBoundsExceptions in case of stopwords. Empty queries and queries containing only prohibited clauses return null now. Note that this also aplies to subqueries, e.g. `a (-b -c)' gets `a' since -b -c only contains prohibited clauses. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
