Uses of Class
org.terrier.matching.AbstractScoringMatching
-
Packages that use AbstractScoringMatching Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries. -
-
Uses of AbstractScoringMatching in org.terrier.matching
Subclasses of AbstractScoringMatching in org.terrier.matching Modifier and Type Class Description class
FatScoringMatching
Scores a FatResultSet into a normal ResultSet for a given weighting modelclass
ScoringMatching
Matching implementation that uses a parent Matching instance to get the docids to work with.class
ScoringMatchingWithFat
Fields in org.terrier.matching declared as AbstractScoringMatching Modifier and Type Field Description protected AbstractScoringMatching[]
FeaturedScoringMatching. wModels
Fields in org.terrier.matching with type parameters of type AbstractScoringMatching Modifier and Type Field Description protected java.lang.Class<? extends AbstractScoringMatching>
FeaturedScoringMatching. scoringMatchingImpl
Constructor parameters in org.terrier.matching with type arguments of type AbstractScoringMatching Constructor Description FeaturedScoringMatching(Index _index, Matching _parent, java.lang.Class<? extends AbstractScoringMatching> _scoringMatchingImpl)
FeaturedScoringMatching(Index _index, Matching _parent, java.lang.String[] _featureNames, java.lang.Class<? extends AbstractScoringMatching> _scoringMatchingImpl)
-