Joins do are not supported when the various cores are not
on the same node, see:

https://wiki.apache.org/solr/DistributedSearch, the line:
Doesn't support Join -- (see https://issues.apache.org/jira/browse/LUCENE-3759)


Best,
Erick

On Mon, Dec 15, 2014 at 7:19 PM, ArnabK <karmakar.arna...@gmail.com> wrote:
> 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 join query {!join from=id
> to=uid fromIndex=A}type:xxx
>
> meaning if the document is found in shard 2 for collection A, the query is
> only searching the data in shard 2 even for collection B also.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-join-not-working-in-slorCloud-env-tp4174455.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to