Re: Trouble getting a solr join query done

2015-07-13 Thread Antonio David Pérez Morales
for you Regards 2015-07-12 17:02 GMT+02:00 Antonio David Pérez Morales adperezmora...@gmail.com: Hi Yusnel I think the query is invalid. It should be q=clothesfq={!join from=type_id to=id fromIndex=products} or q=*:*fq={!join from=type_id to=id fromIndex=products}clothes as long as you

Re: Trouble getting a solr join query done

2015-07-12 Thread Antonio David Pérez Morales
Hi Yusnel I think the query is invalid. It should be q=clothesfq={!join from=type_id to=id fromIndex=products} or q=*:*fq={!join from=type_id to=id fromIndex=products}clothes as long as you are using an edismax parser or df param for default field, where clothes query is matched to. Regards