|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandidateResult | |
---|---|
org.terrier.matching.daat | Provides classes that implement a document-at-a-time (DAAT) matching strategy. |
Uses of CandidateResult in org.terrier.matching.daat |
---|
Methods in org.terrier.matching.daat with parameters of type CandidateResult | |
---|---|
protected void |
Full.assignScore(int i,
CandidateResult cc)
assign the score for this posting to this candidate result. |
int |
CandidateResult.compareTo(CandidateResult o)
. |
Constructor parameters in org.terrier.matching.daat with type arguments of type CandidateResult | |
---|---|
CandidateResultSet(java.util.List<CandidateResult> q)
Create a ResultSet from the specified list of results |
|
CandidateResultSet(java.util.Queue<CandidateResult> q)
Create a ResultSet from the specified queue of results |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |