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/05/15 14:45:59 UTC

DO NOT REPLY [Bug 9110] New: - AND match fails if any Term is filtered ot by an analyser.

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=9110>.
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=9110

AND match fails if any Term is filtered ot by an analyser.

           Summary: AND match fails if any Term is filtered ot by an
                    analyser.
           Product: Lucene
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Search
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: m.wagner@blue-orange.de


If i do an AND search with an StandardAnalyzer the word 'it' (or better IT :-) 
for infromation technology ) is cut out by the Analyzer. That is ok. I get no 
result. But wenn i search for 'it' and 'plus' (plus is not cut out by the 
analyzer). The result is empty, too. But that is not fine, of cause if i search 
only for 'plus' i get an result.
So, i think if an word is thrown away by the analyzer, this part of the and 
query should hava no affect to the rest of the search. It should left out by 
the BooleanQuery.
I hope it is easy to fix, because it has much affect of search result.
(I tryed do left out any Analyzer but that wasnt suitable ... sorry for my bad 
english)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>