| Package | Description | 
|---|---|
| org.terrier.indexing | 
 Provides classes and interfaces related to the indexing of documents. 
 | 
| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static TermPipelineAccessor | 
TwitterJSONDocument.tpa
TermPipeline processing 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected TermPipelineAccessor | 
Manager.tpa
TermPipeline processing 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseTermPipelineAccessor
A base implementation for TermPipelineAccessor 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow