Uses of Interface
org.terrier.terms.TermPipelineAccessor

Packages that use TermPipelineAccessor
org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. 
org.terrier.terms Provides the interface and classes for the term pipeline, a set of objects that process the terms during indexing and processing of queries. 
 

Uses of TermPipelineAccessor in org.terrier.querying
 

Fields in org.terrier.querying declared as TermPipelineAccessor
protected  TermPipelineAccessor Manager.tpa
          TermPipeline processing
 

Uses of TermPipelineAccessor in org.terrier.querying.parser
 

Methods in org.terrier.querying.parser with parameters of type TermPipelineAccessor
 boolean SingleTermQuery.applyTermPipeline(TermPipelineAccessor tpa)
          Puts the query term in the given term pipeline, which is accessed through the given accessor object.
 boolean Query.applyTermPipeline(TermPipelineAccessor tpa)
          Applies a term pipeline in the query's terms, through the given term pipeline accessor.
 boolean MultiTermQuery.applyTermPipeline(TermPipelineAccessor tpa)
          Applies the given term pipeline to the query terms and sub-queries that construct this query.
 

Uses of TermPipelineAccessor in org.terrier.terms
 

Classes in org.terrier.terms that implement TermPipelineAccessor
 class BaseTermPipelineAccessor
          A base implementation for TermPipelineAccessor
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow