Hi,
I am looking to get a bit more information back from SOLR/Lucene about the
query/document pair scores. This would include field level scores, overall
text relevance score, Boost value, BF value etc.
Information could either be encoded in the score itself that Lucene/Solr
returns - ideally however i would want to return an array of scores back
from SOLR/Lucene. I understand that i could work with the debug output -
but i am looking to do this for the production use case.
Has anyone explored something like this? Does someone know, where is the
final score(not just the relevance score) computed?
Thanks,
Vishwas
|