|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermScoreModifier | |
---|---|
uk.ac.gla.terrier.matching | Provides the classes and interfaces used for matching documents to queries. |
uk.ac.gla.terrier.matching.tsms | Provides the interface and classes that implement the term score modifiers, which modify the scores assigned to documents for a particular term. |
Uses of TermScoreModifier in uk.ac.gla.terrier.matching |
---|
Methods in uk.ac.gla.terrier.matching that return TermScoreModifier | |
---|---|
TermScoreModifier |
Matching.getTermScoreModifier(int i)
Returns the i-th registered term score modifier. |
TermScoreModifier[] |
MatchingQueryTerms.getTermScoreModifiers(java.lang.String term)
Returns the term score modifiers assocciated with the given query term. |
Methods in uk.ac.gla.terrier.matching with parameters of type TermScoreModifier | |
---|---|
void |
Matching.addTermScoreModifier(TermScoreModifier termScoreModifier)
Registers a term score modifier. |
void |
MatchingQueryTerms.setTermProperty(java.lang.String term,
double weight,
TermScoreModifier tsm)
Sets the weight and a term score modifier for the given query term. |
void |
MatchingQueryTerms.setTermProperty(java.lang.String term,
TermScoreModifier tsm)
Sets a term score modifier for the given query term. |
Uses of TermScoreModifier in uk.ac.gla.terrier.matching.tsms |
---|
Classes in uk.ac.gla.terrier.matching.tsms that implement TermScoreModifier | |
---|---|
class |
FieldScoreModifier
Modifies the scores of a term for a document, given the tags the term appears in the document. |
class |
RequiredTermModifier
Resets the scores of documents according to whether a term is required or not, and whether it appears in the retrieved documents. |
class |
TermInFieldModifier
Resets the scores of documents according to whether a term appears in a given set of fields. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |