| Package | Description | 
|---|---|
| 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 | Class and 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 &tg; 0 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FeedbackSelector | 
RelevantOnlyFeedbackDocuments.parent  | 
protected FeedbackSelector | 
QueryExpansion.selector
The process by which to select feedback documents 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FeedbackSelector | 
QueryExpansion.getFeedbackSelector(Request rq)
load the feedback selector, based on the property qe.feedback.selector 
 | 
| Constructor and Description | 
|---|
RelevantOnlyFeedbackDocuments(FeedbackSelector _parent)
Constructs an instance of RelevantOnlyFeedbackDocuments. 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow