Uses of Class
org.terrier.querying.FeedbackSelector
-
Packages that use FeedbackSelector Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. -
-
Uses of FeedbackSelector in org.terrier.querying
Subclasses of FeedbackSelector in org.terrier.querying Modifier and Type Class Description class
PseudoRelevanceFeedbackSelector
A feedback selector for pseudo-relevance feedback.class
RelevanceFeedbackSelector
Selects feedback documents from a qrels file, using the query id.class
RelevanceFeedbackSelectorDocids
A feedback document selector that operates as RelevanceFeedbackSelector, except that this should be used when docids are specified in the qrels file, not docnos.class
RelevantOnlyFeedbackDocuments
Select only feedback documents which have relevance > 0Fields in org.terrier.querying declared as FeedbackSelector Modifier and Type Field Description protected FeedbackSelector
RelevantOnlyFeedbackDocuments. parent
protected FeedbackSelector
QueryExpansion. selector
The process by which to select feedback documentsMethods in org.terrier.querying that return FeedbackSelector Modifier and Type Method Description protected FeedbackSelector
QueryExpansion. getFeedbackSelector(Request rq)
load the feedback selector, based on the property qe.feedback.selectorConstructors in org.terrier.querying with parameters of type FeedbackSelector Constructor Description RelevantOnlyFeedbackDocuments(FeedbackSelector _parent)
Constructs an instance of RelevantOnlyFeedbackDocuments.
-