| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentScoreModifier
The interface that should be implemented by each class that assigns or modifies a score of a document.
| Method Summary | |
|---|---|
|  java.lang.Object | clone() | 
|  java.lang.String | getName()Returns the name of the document score modifier. | 
|  boolean | modifyScores(Index index,
             MatchingQueryTerms queryTerms,
             ResultSet resultSet)Modifies the scores of the documents for a given query. | 
| Method Detail | 
|---|
boolean modifyScores(Index index,
                     MatchingQueryTerms queryTerms,
                     ResultSet resultSet)
index - Index the data structures used for retrieval.queryTerms - TermTreeNodes[] the query termsresultSet - ResultSet the current set of results.
java.lang.String getName()
java.lang.Object clone()
| 
 | Terrier IR Platform 2.2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||