Re: Sum of scores for documents from a query.

2012-10-14 Thread Amit Nithian
Are you looking for the sum of the scores of each document in the result? In other words, if there were 1000 documents in the numFound but you only of course show 10 (or 0 depending on rows parameter) you want the sum of all the scores of 1000 documents in a separate section of the results? If so,

Re: Sum of scores for documents from a query.

2012-10-14 Thread Erick Erickson
bq: is there any way to get a sum of all the scores for a query not that I know of. I'm not sure what value this would be anyway, what do you want to use it for? This seems like an XY problem... Best Erick On Sun, Oct 14, 2012 at 4:39 PM, Gilles Comeau wrote: > Hi all, > > Very quick question