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 classFatScoringMatchingScores a FatResultSet into a normal ResultSet for a given weighting modelclassScoringMatchingMatching implementation that uses a parent Matching instance to get the docids to work with.classScoringMatchingWithFatFields in org.terrier.matching declared as AbstractScoringMatching Modifier and Type Field Description protected AbstractScoringMatching[]FeaturedScoringMatching. wModelsFields in org.terrier.matching with type parameters of type AbstractScoringMatching Modifier and Type Field Description protected java.lang.Class<? extends AbstractScoringMatching>FeaturedScoringMatching. scoringMatchingImplConstructor 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)
-