Hello all! I'm interested in getting the TF-IDF values of a given search for a given document. I can "see" the parts of the scoring formula through the "explain" method, but can I get each individual value? Like a hits.score, but instead of Lucene's score (which is normalized, and as such, not good for me), the crude TF-IDF score.
Thanks in advance!
