| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.terrier.indexing.BasicIndexer.BasicTermProcessor
protected class BasicIndexer.BasicTermProcessor
This class implements an end of a TermPipeline that adds the term to the DocumentTree. This TermProcessor does NOT have field support.
| Constructor Summary | |
|---|---|
protected  | 
BasicIndexer.BasicTermProcessor()
 | 
| Method Summary | |
|---|---|
 void | 
processTerm(java.lang.String term)
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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected BasicIndexer.BasicTermProcessor()
| Method Detail | 
|---|
public void processTerm(java.lang.String term)
TermPipeline
processTerm in interface TermPipelineterm - String the term to process.public boolean reset()
TermPipeline
reset in interface TermPipeline
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||