Package | Description |
---|---|
org.terrier.learning |
Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.
|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
org.terrier.matching.models |
Provides the classes that implement various weighting models.
|
org.terrier.querying |
Provides the interfaces and classes for the querying
API of the Terrier platform, the controls, post processors
and filters.
|
Modifier and Type | Method and Description |
---|---|
String[] |
LabelDecorator.getValues(Request rq,
int[] targetIds) |
Modifier and Type | Field and Description |
---|---|
protected Request |
MatchingQueryTerms.rq |
Modifier and Type | Method and Description |
---|---|
Request |
MatchingQueryTerms.getRequest()
Returns the request.
|
Constructor and Description |
---|
MatchingQueryTerms(String qid,
Request _rq)
Generate a MatchingQueryTerms object, with the specified query id, and request
|
Modifier and Type | Field and Description |
---|---|
protected Request |
WeightingModel.rq |
Modifier and Type | Method and Description |
---|---|
void |
WeightingModel.setRequest(Request _rq)
Sets request
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExpansion.expandQuery(MatchingQueryTerms query,
Request rq)
This method implements the functionality of expanding a query.
|
FeedbackDocument[] |
PseudoRelevanceFeedbackSelector.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request
|
abstract FeedbackDocument[] |
FeedbackSelector.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request
|
FeedbackDocument[] |
RelevantOnlyFeedbackDocuments.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request
|
FeedbackDocument[] |
RelevanceFeedbackSelector.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request
|
FeedbackDocument[] |
RelevanceFeedbackSelectorDocids.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request
|
protected FeedbackSelector |
QueryExpansion.getFeedbackSelector(Request rq)
load the feedback selector, based on the property qe.feedback.selector
|
protected Matching |
Manager.getMatchingModel(Request rq)
Returns the matching model indicated to be used, based on the Index and the Matching
name specified in the passed Request object.
|
protected Model |
Manager.getWeightingModel(Request rq)
Returns the weighting model requested by the Reqes from
the WeightingModel factory.
|
protected void |
Manager.setDefaults(Request srq)
Set the default values for the controls of this new search request
|
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow