Mailing List Archive

DO NOT REPLY [Bug 7089] - OR returning 0 hits when one clause returns 0 hits
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=7089>.
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=7089

OR returning 0 hits when one clause returns 0 hits





------- Additional Comments From otis@apache.org 2002-03-13 16:15 -------
I cannot replicate this behaviour with the latest code in CVS.
I'll leave this bug as NEW for
somebody else to double-check and mark INVALID or WORKSFORME.

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
DO NOT REPLY [Bug 7089] - OR returning 0 hits when one clause returns 0 hits [ In reply to ]
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=7089>.
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=7089

OR returning 0 hits when one clause returns 0 hits

jjayaprasad@participate.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID



------- Additional Comments From jjayaprasad@participate.com 2002-03-13 17:22 -------
Looks like this is an issue only if the search expression is of the form:
freedent OR trident AND peppermint
where both freedent and peppermint have matches and trident doesn't. This is
probably as expected because of operator precedence. Changing it to:
(freedent OR trident) AND peppermint
seems to work.

So, I am closing this bug as invalid.

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>