search for: score_by_field

Displaying 1 result from an estimated 1 matches for "score_by_field".

2006 Jan 13
0
Scoring by field
...e added a feature to Ferret that breaks down the score of each matched document by the contribution from each of the document''s fields. IndexSearcher now has a search_each_with_field_scores method, and TopDocs has an each_with_field_scores method. Both yield a third parameter, being a new score_by_field attribute of ScoreDoc. score_by_field is a hash with field_name keys and score values. I find this useful when I have indexed a document by using a separate field for each section of the document. The score breakdown can be used to provide a user with not only a link to each document in the search...