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

Interface SearchQueryPreprocessor

    • 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... queryRequestObjects)
      Invoke the search query pre-processor, given the SelectionCriteria object, to allow modifying the search engine specific query request objects right before executing at the search server.
    • 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... queryRequestObjects)
             throws java.lang.RuntimeException
        Invoke the search query pre-processor, given the SelectionCriteria object, to allow modifying the search engine specific query request objects right before executing at the search server.
        Parameters:
        selectionCriteria - Java representation of XPath expression
        queryRequestObjects - Java representation of native search query request objects
        Throws:
        java.lang.RuntimeException