public class FatFull extends Full
Full
that creates a FatResultSet
. This class
is a key component of the Fat framework,
as described by Macdonald et al., TOIS 2013.collectionStatistics, documentModifiers, dsmNamespace, IGNORE_LOW_IDF_TERMS, index, invertedIndex, lexicon, logger, MATCH_EMPTY_QUERY, numberOfRetrievedDocuments, queryTermsToMatchList, resultSet, RETRIEVED_SET_SIZE, totalTime, wm
Modifier and Type | Method and Description |
---|---|
protected void |
assignScore(int i,
CandidateResult cc)
assign the score for this posting to this candidate result.
|
protected CandidateResult |
makeCandidateResult(int currentDocId) |
protected CandidateResultSet |
makeResultSet(Queue<CandidateResult> candidateResultList) |
getInfo, initialisePostings, match, selectMinimumDocId
finalise, getTotalTime, initialise, setCollectionStatistics, updateEndTime, updateStartTime
public FatFull(Index index)
protected CandidateResult makeCandidateResult(int currentDocId)
makeCandidateResult
in class Full
protected CandidateResultSet makeResultSet(Queue<CandidateResult> candidateResultList)
makeResultSet
in class Full
protected void assignScore(int i, CandidateResult cc) throws IOException
Full
assignScore
in class Full
i
- which query term index this representscc
- the candidate result object for this documentIOException
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow