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.
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
--- 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
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.