Interface TermPipelineAccessor

  • All Known Implementing Classes:
    BaseTermPipelineAccessor

    public interface TermPipelineAccessor
    This interface allows code to access the TermPipeline without implementing the end of the term pipeline.
    Author:
    Craig Macdonald
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String pipelineTerm​(java.lang.String term)
      Puts the given term through the pipeline.
      boolean resetPipeline()
      This method implements the specific rest option needed to implements query or doc oriented pipeline policy.
    • Method Detail

      • pipelineTerm

        java.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.
      • resetPipeline

        boolean 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