public interface TermPipeline
Modifier and Type | Method and Description |
---|---|
void |
processTerm(String t)
Processes a term using the current term pipeline component and
passes the output to the next pipeline component, if the
term has not been discarded.
|
boolean |
reset()
This method implements the specific rest option needed to implements
query or doc oriented policy.
|
void processTerm(String t)
t
- String the term to process.boolean reset()
Terrier 4.0. Copyright © 2004-2014 University of Glasgow