com.ibm.commerce.foundation.server.services.search.query

Interface SearchQueryPostprocessor

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void invoke(SelectionCriteria selectionCriteria, java.lang.Object... queryResponseObjects)
      Invoke the search query post-processor, given the SelectionCriteria object, to perform additional tasks right after the search query response has been returned from the search engine.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • invoke

        void invoke(SelectionCriteria selectionCriteria,
                    java.lang.Object... queryResponseObjects)
             throws java.lang.RuntimeException
        Invoke the search query post-processor, given the SelectionCriteria object, to perform additional tasks right after the search query response has been returned from the search engine.
        Parameters:
        selectionCriteria - Java representation of XPath expression
        queryResponseObjects - Java representation of native search query response objects
        Throws:
        java.lang.RuntimeException