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=23422>. 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=23422 Strange behaviour when use "prohibited = true". Summary: Strange behaviour when use "prohibited = true". Product: Lucene Version: 1.2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Search AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Query like: +( ( +type:req +(category_id:48 category_id:51 category_id:88 category_id:179) ) (-status:10) ) does not return items that for example have category_id:19 and status:20 (THIS IS STRANGE), the query like: +( ( +type:req +(category_id:48 category_id:51 category_id:88 category_id:179) ) status:10 ) always returns items with status:10 (THIS IS OK), the query like: +( ( +type:req +(category_id:48 category_id:51 category_id:88 category_id:179) ) +(-status:10) ) never returns anything. Have I missed something? Thanks, Kostya --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
