public class DumpTerm extends Object implements TermPipeline
| Constructor and Description |
|---|
DumpTerm(TermPipeline _next)
Construct a new DumpTerm objecy
|
| Modifier and Type | Method and Description |
|---|---|
void |
processTerm(String t)
Displays the given on STDERR, then passes onto next pipeline object.
|
boolean |
reset()
Implements the default operation for all TermPipeline subclasses;
By default do nothing.
|
public DumpTerm(TermPipeline _next)
public void processTerm(String t)
processTerm in interface TermPipelinet - String the term to pass onto next pipeline objectpublic boolean reset()
reset in interface TermPipelineTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow