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

Reply via email to