Package | Description |
---|---|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
Modifier and Type | Class and Description |
---|---|
class |
FatScoringMatching
Scores a FatResultSet into a normal ResultSet for a given weighting model
|
class |
ScoringMatching
Matching implementation that uses a parent Matching instance to get the docids to work with.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractScoringMatching[] |
FeaturedScoringMatching.wModels |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends AbstractScoringMatching> |
FeaturedScoringMatching.scoringMatchingImpl |
Constructor and Description |
---|
FeaturedScoringMatching(Index _index,
Matching _parent,
Class<? extends AbstractScoringMatching> _scoringMatchingImpl) |
FeaturedScoringMatching(Index _index,
Matching _parent,
String[] _featureNames,
Class<? extends AbstractScoringMatching> _scoringMatchingImpl) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow