Refactored the search support into org.compass.core.support.search. CompassSearchResults and CompassSearchCommand moved to the support package. CompassSearchHelper added to provide similar functionality to CompassSearchController without Spring dependency (so it can be easily embedded in other MVC frameworks for example).
CompassSearchController now allows to inject a CompassSearchHelper implementation, so current extending classes will now need to extend CompassSearchHelper in order to use the different callbacks during the search operation.
Shay Banon added a comment - 02/Dec/06 01:48 PM Refactored the search support into org.compass.core.support.search. CompassSearchResults and CompassSearchCommand moved to the support package. CompassSearchHelper added to provide similar functionality to CompassSearchController without Spring dependency (so it can be easily embedded in other MVC frameworks for example).
CompassSearchController now allows to inject a CompassSearchHelper implementation, so current extending classes will now need to extend CompassSearchHelper in order to use the different callbacks during the search operation.
CompassSearchController now allows to inject a CompassSearchHelper implementation, so current extending classes will now need to extend CompassSearchHelper in order to use the different callbacks during the search operation.