Package org.terrier.terms
Interface TermPipelineAccessor
- 
- All Known Implementing Classes:
- BaseTermPipelineAccessor
 
 public interface TermPipelineAccessorThis interface allows code to access the TermPipeline without implementing the end of the term pipeline.- Author:
- Craig Macdonald
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringpipelineTerm(java.lang.String term)Puts the given term through the pipeline.booleanresetPipeline()This method implements the specific rest option needed to implements query or doc oriented pipeline policy.
 
- 
- 
- 
Method Detail- 
pipelineTermjava.lang.String pipelineTerm(java.lang.String term) Puts the given term through the pipeline.- Parameters:
- term- String the term to process.
- Returns:
- String the processed term.
 
 - 
resetPipelineboolean resetPipeline() This method implements the specific rest option needed to implements query or doc oriented pipeline policy. Normally it should be expected to reset all the pipeline.- Returns:
- results of the reset operation
 
 
- 
 
-