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 classPseudoRelevanceFeedbackSelectorA feedback selector for pseudo-relevance feedback.classRelevanceFeedbackSelectorSelects feedback documents from a qrels file, using the query id.classRelevanceFeedbackSelectorDocidsA feedback document selector that operates as RelevanceFeedbackSelector, except that this should be used when docids are specified in the qrels file, not docnos.classRelevantOnlyFeedbackDocumentsSelect only feedback documents which have relevance > 0Fields in org.terrier.querying declared as FeedbackSelector Modifier and Type Field Description protected FeedbackSelectorRelevantOnlyFeedbackDocuments. parentprotected FeedbackSelectorQueryExpansion. selectorThe process by which to select feedback documentsMethods in org.terrier.querying that return FeedbackSelector Modifier and Type Method Description protected FeedbackSelectorQueryExpansion. 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.
-