Re: Query about NOT (-) operator

2009-01-15 Thread Chris Hostetter
: But below query does not work : 2. (NOT(IBA60019_l:1) AND NOT(IBA60019_l:0)) AND : businessType:wt.doc.WTDocument boolean queries must have at least one "positive" expression (ie; MUST or SHOULD) in order to match. the solr query parser tries to help with this and if the *outermost* B

Query about NOT (-) operator

2009-01-06 Thread Kulkarni, Ajit Kamalakar
Hi, The query 1. NOT(IBA60019_l:1) AND NOT(IBA60019_l:0) AND businessType:wt.doc.WTDocument works But below query does not work 2. (NOT(IBA60019_l:1) AND NOT(IBA60019_l:0)) AND businessType:wt.doc.WTDocument Query number 1 shows the records but Query number 2 do