On 1 December 2013 11:29, subacini Arunkumar <subac...@gmail.com> wrote: > I have product core, order core ,Is there a way in solr to fetch all > fields from two cores in a single query?Solr join can fetch fields from > only 1 core. > If we cant , how to achieve this??, is the only option is to index > denormalize data??
Please look at Walter's response. Yes, the standard way to deal with this would be to denormalise data while they are being indexed into Solr. http://wiki.apache.org/solr/DataImportHandler should get you started on this. It looks like you are trying to force Solr into the role of a relational database which is not a good idea. Regards, Gora