Re: Query Logic Question

2012-06-29 Thread Erick Erickson
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.

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.

Re: Query Logic Question

2012-06-27 Thread Jack Krupansky
sults. edismax does that automatically. (*:* -PaymentType:Finance AND *:* -PaymentType:Lease) AND *:* -PaymentType:Cash -- Jack Krupansky -Original Message- From: Rublex Sent: Wednesday, June 27, 2012 4:59 PM To: solr-user@lucene.apache.org Subject: Query Logic Question Hi, Can so

Re: Query Logic Question

2012-06-27 Thread Li Li
entType: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://luce

Query Logic Question

2012-06-27 Thread Rublex
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.