Hi,

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

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

Reply via email to