You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kranti Parisa <kr...@gmail.com> on 2013/05/24 00:08:21 UTC

Boosting results based on scores from join queries

Hi,

I am trying to score/rank the results based on the boosting values
specified with the Join queries.

Example:
http://localhost:8983/solr/masterCore/select?q=a*&fq=(({!joinfromIndex=childCore1
from=parentId to=id v=$subQ1}) OR ({!join
fromIndex=childCore2 from=authorId to=id
v=$subQ2}))&subQ1=(name:xyz^100)&subQ2=(author:xyz)&fl=id,score

So the matching documents from first join query should be getting higher
score than the ones from the second join query.

But it is not working as expected, do I need to specify any other
parameters?


Thanks & Regards,
Kranti K Parisa
http://www.linkedin.com/in/krantiparisa