Consider, I have following 3 fields
<field name="name" type="text" indexed="true" stored="true"
multiValued="false"/>
<field name="actionuser" type="text" indexed="true" stored="true"
multiValued="false"/>
<field name="creationuser" type="text" indexed="true" stored="true"
multiValued="false"/>

I want to query all documents where name:somevalue and actionuser value is
not equal to creationuser value.

Can we do this???
-- 
View this message in context: 
http://www.nabble.com/filter-query-question-tp22863789p22863789.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to