Mailing List Archive

DO NOT REPLY [Bug 7574] New: - StopFilter does not throw out parentheses
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: lucene-dev@jakarta.apache.org
ReportedBy: p.witte@cs.unimaas.nl


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:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>