Uses of Class
org.terrier.matching.daat.CandidateResult
-
Packages that use CandidateResult Package Description org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy. -
-
Uses of CandidateResult in org.terrier.matching.daat
Subclasses of CandidateResult in org.terrier.matching.daat Modifier and Type Class Description class
FatCandidateResult
A version ofCandidateResult
suitable for use within the Fat framework byFatCandidateResultSet
.Methods in org.terrier.matching.daat that return CandidateResult Modifier and Type Method Description protected CandidateResult
FatFull. makeCandidateResult(org.terrier.matching.daat.Full.DAATFullMatchingState state, int currentDocId)
protected CandidateResult
Full. makeCandidateResult(org.terrier.matching.daat.Full.DAATFullMatchingState state, int currentDocId)
Methods in org.terrier.matching.daat with parameters of type CandidateResult Modifier and Type Method Description protected void
FatFull. assignNotScore(org.terrier.matching.daat.Full.DAATFullMatchingState _state, int i, CandidateResult cc)
protected void
Full. assignNotScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)
protected void
FatFull. assignScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)
protected void
Full. assignScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)
assign the score for this posting to this candidate result.int
CandidateResult. compareTo(CandidateResult o)
.Method parameters in org.terrier.matching.daat with type arguments of type CandidateResult Modifier and Type Method Description protected CandidateResultSet
FatFull. makeResultSet(org.terrier.matching.daat.Full.DAATFullMatchingState state, java.util.Queue<CandidateResult> candidateResultList)
protected CandidateResultSet
Full. makeResultSet(org.terrier.matching.daat.Full.DAATFullMatchingState state, java.util.Queue<CandidateResult> candidateResultList)
Constructor parameters in org.terrier.matching.daat with type arguments of type CandidateResult Constructor Description CandidateResultSet(java.util.Collection<CandidateResult> _q)
Create a ResultSet from the specified queue of resultsCandidateResultSet(java.util.List<CandidateResult> _q)
Create a ResultSet from the specified list of resultsFatCandidateResultSet(java.util.Collection<CandidateResult> q, CollectionStatistics cs, java.lang.String[] queryTerms, EntryStatistics[] entryStats, double[] keyFrequency, java.util.Set<java.lang.String>[] tags)
FatCandidateResultSet(java.util.List<CandidateResult> q, CollectionStatistics cs, java.lang.String[] queryTerms, EntryStatistics[] entryStats, double[] keyFrequency)
Deprecated.
-