Hi all, Scoring is confusing me. Is the following correct? $ curl http://localhost:8983/solr/dorsetdata/query -d ' q={!parent which="content_type:parentDocument" *score=max*} type_s:page AND that& wt=json&indent=true& fl=score,[child parentFilter=type_s:book childFilter=*{!score=avg}*that ],canonicalMaster,title,publisher,[docid]'
In the above, the '{!score=avg}' seems to have no effect. I can take it out and get the same results. The 'score=max' seems to work, which is strange. And it can be 'score=total' or .. TIA -- Rick