Uses of Interface
org.terrier.structures.IndexConfigurable

Packages that use IndexConfigurable
org.terrier.matching.tsms Provides the interface and classes that implement the term score modifiers, which modify the scores assigned to documents for a particular term. 
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Uses of IndexConfigurable in org.terrier.matching.tsms
 

Classes in org.terrier.matching.tsms that implement IndexConfigurable
 class TermInFieldModifier
          Resets the scores of documents according to whether a term appears in a given set of fields.
 

Uses of IndexConfigurable in org.terrier.structures
 

Classes in org.terrier.structures that implement IndexConfigurable
 class BlockInvertedIndex
          This class implements the block field inverted index for performing retrieval.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow