For Eg: I have 2 shards in solr cloud environment, My query is like
http://localhost:8983/solr/B/select?wt=json&indent=true&q=*:*&fq={!join
from=id to=uid fromIndex=A}type:xxx
Now what happens while retrieving data from collection B the query only
searching in the shard which gave data for the j
I have the following scenario:
Collection A has:
Collection B has:
http://localhost:8983/solr/B/select?wt=json&indent=true&q=*:*&fq={!join
from=id to=uid fromIndex=A}type:xxx
Any help?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-join-not-working-for-multi