|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
---|---|
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. |
Uses of Request in org.terrier.matching |
---|
Fields in org.terrier.matching declared as Request | |
---|---|
protected Request |
MatchingQueryTerms.rq
|
Methods in org.terrier.matching that return Request | |
---|---|
Request |
MatchingQueryTerms.getRequest()
Returns the request. |
Constructors in org.terrier.matching with parameters of type Request | |
---|---|
MatchingQueryTerms(java.lang.String qid,
Request _rq)
Generate a MatchingQueryTerms object, with the specified query id, and request |
Uses of Request in org.terrier.matching.models |
---|
Methods in org.terrier.matching.models with parameters of type Request | |
---|---|
void |
WeightingModel.setRequest(Request _rq)
Sets request |
Uses of Request in org.terrier.querying |
---|
Methods in org.terrier.querying with parameters of type Request | |
---|---|
void |
QueryExpansion.expandQuery(MatchingQueryTerms query,
Request rq)
This method implements the functionality of expanding a query. |
FeedbackDocument[] |
RelevantOnlyFeedbackDocuments.getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request |
FeedbackDocument[] |
RelevanceFeedbackSelectorDocids.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[] |
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |