I have a boost query that combines several functions to affect the score. For logging, I would like to be able to see the individual values of the functions as well as the base relevancy score for each document in the result set. So far, I've been able to work around the issue because all of my functions operate on data that is local to the document. However, I'd like to also include a weighting factor by recency (i.e. recip(rord(date_val),1,x,x). Now, because rord is not strictly dependent on the document's field values, I seem to be stuck reversing the boost functions to back into the relevancy score.
Is there some way to return the value of a function from the query so that I can log appropriately? -- View this message in context: http://www.nabble.com/Returning-function-values-from-query-tp20753803p20753803.html Sent from the Solr - User mailing list archive at Nabble.com.