YouPeng Yang Mon, 23 Sep 2013 20:58:46 -0700
Hi I have two collections with different schema. And I want to do inner join like SQL:
select A.xx,B.xx from A,B where A.yy=B.yy How can I achieve this in Solr. I'm using SolrCloud with solr 4.4 regards