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=(({!join fromIndex=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? if it's an issue, shall I create a Jira ticket? Thanks & Regards, Kranti K Parisa http://www.linkedin.com/in/krantiparisa