On Fri, Apr 13, 2012 at 2:40 PM, Benson Margulies <bimargul...@gmail.com> wrote: > Given a query including a subquery, is there any way for me to learn > that subquery's contribution to the overall document score? > > I can provide 'why on earth would anyone ...' if someone wants to know.
Have you tried debugQuery=true? http://wiki.apache.org/solr/CommonQueryParameters#debugQuery The 'explain' field of the result explains the scoring of each document.