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

Class AbstractSolrSearchQueryPostprocessor

    • Constructor Detail

      • AbstractSolrSearchQueryPostprocessor

        public AbstractSolrSearchQueryPostprocessor()
    • Method Detail

      • invoke

        public 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.
        Specified by:
        invoke in interface SearchQueryPostprocessor
        Parameters:
        selectionCriteria - Java representation of XPath expression
        queryResponseObjects - Java representation of native search query response objects
        Throws:
        java.lang.RuntimeException