Re: Solr join not working in slorCloud env

2014-12-16 Thread Erick Erickson
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:

Solr join not working in slorCloud env

2014-12-15 Thread ArnabK
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-