Can somebody tell me if i can achieve SQL MINUS query in solr . here is
Sample SQL MINUS query. Need how to get the same in solr

select field1, field2, ... field_n
from tables
MINUS
select field1, field2, ... field_n
from tables;


Thanks
Bala



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SQL-MINUS-equivalent-in-solr-tp4067569.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to