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=7574>. 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=7574 StopFilter does not throw out parentheses Summary: StopFilter does not throw out parentheses Product: Lucene Version: 1.0.2 Platform: PC OS/Version: Windows 9x Status: NEW Severity: Normal Priority: Other Component: Analysis AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I want to do the following query (example): (fieldx : xxxxx OR fieldy : xxxxxxxx)AND(fieldx : stopword OR fieldy : stopword) it will search (after passing the Analyzer including a StopFilter) for (fieldx : xxxxx OR fieldy : xxxxxx) AND() and give a wrong searchresult or a NullPointerException. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>