You can do what are called "pseudo joins", which are eqivalent to a nested query in SQL. You get back data from one core, based upon criteria in the other. You cannot (yet) merge the results to create a composite document.
Upayavira On Sun, Aug 16, 2015, at 06:02 PM, Nagasharath wrote: > I exactly have the same requirement > > > > > On 13-Aug-2015, at 2:12 pm, Kiran Sai Veerubhotla <sai.sq...@gmail.com> > > wrote: > > > > does solr support joins? > > > > we have a use case where two collections have to be joined and the join has > > to be on the faceted results of the two collections. is this possible?