I have the following scenario: 

Collection A has:

<field name="id" type="string" indexed="true" stored="true"/> 
<field name="type" type="string" indexed="true" stored="true"/>

Collection B has:

<field name="uid" type="string" indexed="true" stored="true"/> 
<field name="name" type="string" indexed="true" stored="true"/ 

Now I need to join this two collection like : For all type='xxx' from
Collection A, get me all data from Collection B.

Am trying this query which isn't working:
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-multiple-collection-in-slorCloud-env-tp4174446.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to