Uses of Class
org.compass.spring.web.mvc.CompassSearchCommand

Packages that use CompassSearchCommand
org.compass.spring.web.mvc   
 

Uses of CompassSearchCommand in org.compass.spring.web.mvc
 

Methods in org.compass.spring.web.mvc with parameters of type CompassSearchCommand
protected  CompassQuery CompassSearchController.buildQuery(CompassSearchCommand searchCommand, CompassSession session)
          Acts as an extension point for search controller that wish to build different CompassQueries.
protected  void CompassSearchController.doProcessAfterDetach(CompassSearchCommand searchCommand, CompassSession session, CompassDetachedHits hits)
          An option to perform any type of processing before the hits are detached.
protected  void CompassSearchController.doProcessBeforeDetach(CompassSearchCommand searchCommand, CompassSession session, CompassHits hits, int from, int size)
          An option to perform any type of processing before the hits are detached.
protected  CompassSearchResults CompassSearchController.performSearch(CompassSearchCommand searchCommand, CompassSession session)
           
 



Copyright (c) 2004-2006 The Compass Project.