Re: NOT operator not working

2011-01-31 Thread abhayd
thanks that helps -- View this message in context: http://lucene.472066.n3.nabble.com/NOT-operator-not-working-tp2365831p2389803.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: NOT operator not working

2011-01-28 Thread Grijesh
q=(sharp+AND+-deviceType:Access*) that is not the query type of dismax for q operator (deviceType:Access*). either you use as Filter query or write query like q=(sharp AND -Access*) - Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/NOT-operator-not

Re: NOT operator not working

2011-01-27 Thread Ahmet Arslan
--- On Fri, 1/28/11, abhayd wrote: > From: abhayd > Subject: NOT operator not working > To: solr-user@lucene.apache.org > Date: Friday, January 28, 2011, 8:45 AM > > i have a field in xml file Accessory Data > / Memory > solr schema field declared as    name

NOT operator not working

2011-01-27 Thread abhayd
s*) Any thoughts what i m doing wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/NOT-operator-not-working-tp2365831p2365831.html Sent from the Solr - User mailing list archive at Nabble.com.