So I have some cores in one solr server and some cores in another solr server and I need to join them.
The schema of the cores are different with no matching attribute name but matching attribute value. I tried to do it with join & shards but both didn't work. Can you help me out?
attribute1
is inabc:7892/solr/core1
attribute2
,attribute3
is inxyz:8983/solr/core2
{!join from=attribute1 to=attribute2 fromIndex="xyz:8983/solr/core2"} attribute3:*
Error Message :
Cross-core join: no such core xyz:8983/solr/core2
Thanks.