Uses of Interface
org.terrier.matching.Matching

Packages that use Matching
org.terrier.matching Provides the classes and interfaces used for matching documents to queries. 
org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy. 
org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
 

Uses of Matching in org.terrier.matching
 

Classes in org.terrier.matching that implement Matching
 class BaseMatching
          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.
 class OldBasicMatching
          This is the original matching implementation of Terrier.
 class TRECResultsMatching
          A matching implementation that retrieves results from a TREC result file rather than the current index.
 

Uses of Matching in org.terrier.matching.daat
 

Classes in org.terrier.matching.daat that implement Matching
 class 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.
 class FullNoPLM
          Performs the matching of documents with a query, in a document-at-a-time (DAAT) manner.
 

Uses of Matching in org.terrier.querying
 

Fields in org.terrier.querying with type parameters of type Matching
protected  java.util.Map<Index,java.util.Map<java.lang.String,Matching>> Manager.Cache_Matching
          Cache loaded Matching models per Index in this map
 

Methods in org.terrier.querying that return Matching
protected  Matching Manager.getMatchingModel(Request rq)
          Returns the matching model indicated to be used, based on the Index and the Matching name specified in the passed Request object.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow