Re: SQL MINUS equivalent in solr

2013-06-02 Thread Aloke Ghoshal
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

Re: SQL MINUS equivalent in solr

2013-06-02 Thread Bala
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

Re: SQL MINUS equivalent in solr

2013-06-02 Thread Shawn Heisey
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

SQL MINUS equivalent in solr

2013-06-02 Thread Bala
.472066.n3.nabble.com/SQL-MINUS-equivalent-in-solr-tp4067569.html Sent from the Solr - User mailing list archive at Nabble.com.

SQL MINUS equivalent in solr

2013-06-02 Thread Balaraju.Kagidala Kagidala
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;