public interface DocumentScoreModifier extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates the close of this object
|
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.
|
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.String getName()
Object clone()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow