Package | Description |
---|---|
org.terrier.matching.daat |
Provides classes that implement a document-at-a-time (DAAT) matching strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
FatCandidateResult
A version of
CandidateResult suitable for use within the Fat framework
by FatCandidateResultSet . |
Modifier and Type | Method and Description |
---|---|
protected CandidateResult |
FatFull.makeCandidateResult(int currentDocId) |
protected CandidateResult |
Full.makeCandidateResult(int currentDocId) |
Modifier and Type | Method and Description |
---|---|
protected void |
FatFull.assignScore(int i,
CandidateResult cc) |
protected void |
Full.assignScore(int i,
CandidateResult cc)
assign the score for this posting to this candidate result.
|
int |
CandidateResult.compareTo(CandidateResult o)
.
|
Modifier and Type | Method and Description |
---|---|
protected CandidateResultSet |
FatFull.makeResultSet(Queue<CandidateResult> candidateResultList) |
protected CandidateResultSet |
Full.makeResultSet(Queue<CandidateResult> candidateResultList) |
Constructor and Description |
---|
CandidateResultSet(List<CandidateResult> q)
Create a ResultSet from the specified list of results
|
CandidateResultSet(Queue<CandidateResult> q)
Create a ResultSet from the specified queue of results
|
FatCandidateResultSet(List<CandidateResult> q,
CollectionStatistics cs,
String[] queryTerms,
EntryStatistics[] entryStats,
double[] keyFrequency) |
FatCandidateResultSet(Queue<CandidateResult> q,
CollectionStatistics cs,
String[] queryTerms,
EntryStatistics[] entryStats,
double[] keyFrequency) |
Terrier 4.0. Copyright © 2004-2014 University of Glasgow