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