|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.querying.FeedbackSelector
public abstract class FeedbackSelector
Implements of this class can be used to select feedback documents. Feedback documents are represented by the FeedbackDocument instances.
Field Summary | |
---|---|
protected Index |
index
|
Constructor Summary | |
---|---|
FeedbackSelector()
|
Method Summary | |
---|---|
abstract FeedbackDocument[] |
getFeedbackDocuments(Request request)
Obtain feedback documents for the specified query request |
void |
setIndex(Index _index)
Set the index to be used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Index index
Constructor Detail |
---|
public FeedbackSelector()
Method Detail |
---|
public void setIndex(Index _index)
public abstract FeedbackDocument[] getFeedbackDocuments(Request request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |