See: Description
Interface | Description |
---|---|
TermScoreModifier | Deprecated
Use WeightingModel instead.
|
Class | Description |
---|---|
RequiredTermModifier |
Resets the scores of documents according to whether a term is required
or not, and whether it appears in the retrieved documents.
|
TermInFieldModifier |
Resets the scores of documents according to whether a term appears in
a given set of fields.
|
Provides the interface and classes that implement the term score modifiers, which modify the scores assigned to documents for a particular term. The classes include an implementation of searching for terms that appear in given fields. In general, the TermScoreModifiers is now deprecated. All implementations should use WeightingModel instead.
Terrier 4.0. Copyright © 2004-2014 University of Glasgow