t; > is designed to do a lot of things very efficiently that are difficult or
> > impossible in a search-oriented system.
> >
> > If you come up with a way to modify Solr to add this capability,
> > patches are always welcome.
> >
> > Thanks,
> > Shawn
anks,
> Shawn
>
>
>
> ------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/SQL-MINUS-equivalent-in-solr-tp4067569p4067630.html
> To unsubs
On 6/1/2013 10:32 AM, Bala wrote:
> 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;
I had to look up
.472066.n3.nabble.com/SQL-MINUS-equivalent-in-solr-tp4067569.html
Sent from the Solr - User mailing list archive at Nabble.com.
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;