Uses of Interface
org.terrier.terms.TermPipelineAccessor
-
Packages that use TermPipelineAccessor Package Description 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 Modifier and Type Field Description protected TermPipelineAccessor
LocalManager. tpa
TermPipeline processing -
Uses of TermPipelineAccessor in org.terrier.querying.parser
Methods in org.terrier.querying.parser with parameters of type TermPipelineAccessor Modifier and Type Method Description boolean
MultiTermQuery. applyTermPipeline(TermPipelineAccessor tpa)
Applies the given term pipeline to the query terms and sub-queries that construct this query.boolean
Query. applyTermPipeline(TermPipelineAccessor tpa)
Applies a term pipeline in the query's terms, through the given term pipeline accessor.boolean
SingleTermQuery. applyTermPipeline(TermPipelineAccessor tpa)
Puts the query term in the given term pipeline, which is accessed through the given accessor object. -
Uses of TermPipelineAccessor in org.terrier.terms
Classes in org.terrier.terms that implement TermPipelineAccessor Modifier and Type Class Description class
BaseTermPipelineAccessor
A base implementation for TermPipelineAccessor
-