Interface TermPipeline

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • Method Detail

      • processTerm

        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.
        Parameters:
        t - String the term to process.
      • reset

        boolean reset()
        This method implements the specific rest option needed to implements query or doc oriented policy.
        Returns:
        results of the operation