Re: Query Logic Question

2012-06-28 Thread Rublex
Jack,

Thank you the *:* solutions seems to work.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Query-Logic-Question-tp3991689p3991881.html
Sent from the Solr - User mailing list archive at Nabble.com.


Query Logic Question

2012-06-27 Thread Rublex
Hi,

Can someone explain to me please why these two queries return different
results:

1. -PaymentType:Finance AND -PaymentType:Lease AND -PaymentType:Cash *(700
results)*

2. (-PaymentType:Finance AND -PaymentType:Lease) AND -PaymentType:Cash *(0
results)*

Logically the two above queries should be return the same results no?

Thank you

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Query-Logic-Question-tp3991689.html
Sent from the Solr - User mailing list archive at Nabble.com.