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 4.0. Copyright © 2004-2014 University of Glasgow