See: Description
| Class | Description | 
|---|---|
| CandidateResult | A class used to when maintaining a top-k candidate documents ResultSet. | 
| CandidateResultSet | ResultSet which is created from a set of CandidateResults. | 
| FatCandidateResult | A version of  CandidateResultsuitable for use within the Fat framework
 byFatCandidateResultSet. | 
| FatCandidateResultSet | |
| FatFull | A subclass of  Fullthat creates aFatResultSet. | 
| Full | Performs the matching of documents with a query, by first assigning scores to documents for each query term
 and modifying these scores with the appropriate modifiers. | 
| FullNoPLM | Performs the matching of documents with a query, in a document-at-a-time (DAAT)
 manner. | 
Provides classes that implement a document-at-a-time (DAAT) matching strategy. In DAAT matching, the postings lists for all query terms are processed in parallel. In general, DAAT techniques do not require as much memory during matching, and may be able to terminate early the matching process.
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow