Package | Description |
---|---|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
org.terrier.matching.daat |
Provides classes that implement a document-at-a-time (DAAT) matching strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScoringMatching |
class |
BaseMatching
Performs the matching of documents with a query, by first assigning scores to
documents for each query term and modifying these scores with the appropriate modifiers.
|
class |
FatFeaturedScoringMatching
Makes a
FeaturedResultSet by applying a list of features. |
class |
FatResultsMatching
Reads a
FatResultSet serialized to disk by WritableOutputFormat . |
class |
FatScoringMatching
Scores a FatResultSet into a normal ResultSet for a given weighting model
|
class |
FeaturedScoringMatching |
class |
FilterMatching |
class |
JforestsModelMatching
Applies a Jforests regression tree learned model to a
FeaturedResultSet . |
class |
LearnedModelMatching
An abstract class for applying a learned model onto a
FeaturedResultSet . |
class |
LinearModelMatching
Applies a linear learned model to a
FeaturedResultSet . |
class |
ScoringMatching
Matching implementation that uses a parent Matching instance to get the docids to work with.
|
class |
TRECResultsMatching
A matching implementation that retrieves results from a TREC result file
rather than the current index.
|
Modifier and Type | Field and Description |
---|---|
protected Matching |
LearnedModelMatching.parent |
protected Matching |
FilterMatching.parent |
Modifier and Type | Class and Description |
---|---|
class |
FatFull
A subclass of
Full that creates a FatResultSet . |
class |
Full
Performs the matching of documents with a query, by first assigning scores to documents for each query term
and modifying these scores with the appropriate modifiers.
|
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow