Interface Process

    • Method Detail

      • process

        @Deprecated
        default void process​(Manager manager,
                             SearchRequest q)
        Deprecated.
        Run the instantiated process on the search request represented by q.
        Parameters:
        manager - The manager instance handling this search session.
        q - the current query being processed
      • getInfo

        default java.lang.String getInfo()
        Returns the name of the processor.
        Returns:
        String the name of the processor.