Hi Mikhail Sorry, I should have noted "that" is a word in the OCR text that I have indexed.
What do I want to achieve? The Block Joins we have been discussing were giving me scores of 0.0, and I would like to get something a wee bit better than that (not looking for accuracy yet). In the query below, I got some scores by putting {!score in the parent clause, but got no change when putting {!score in the child clause. What is happening here? I will enable "InfoStream" and post the results. Thanks -- Rick On Tue, Dec 1, 2015 at 5:21 PM, <solr-user-digest-h...@lucene.apache.org> wrote: > > fl=score,[child parentFilter=type_s:book childFilter=*{!score=avg}*that], > > This childFilter value doesn't make sense. What do you want to achieve? > > On Tue, Dec 1, 2015 at 7:28 PM, Rick Leir <richard.l...@canadiana.ca> > wrote: > > > 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]'