JOIN can be made between multiple cores(Is Solr 4.0 capable of using 'join" for multiple core?) but is it possible to JOIN 2 cores but both are present at different ports?
For example:
Instance 1: http://example:8983/solrInd1/#/person/
Instance 2: http://example:9097/solrInd2/#/engineers/
I want to get age, qualification etc from person index and engineering information from engineers index.
Thanks