You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2002/03/28 15:00:06 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>