Hi All,

I am using solr 3.2 and confused how a particular query is executed.
q=name:memory OR -name:encoded
separately firing q=name:memory gives 3 results 
and q=-name:encoded gives 25 results and result sets are disjoint sets.

Since I am doing OR query it should return 28 results, but it is only
returning 3 results same as query (name:memory).

Can anyone explain?

-Karan




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Negative-Query-Behaviour-in-Solr-3-2-tp4081538.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to