Interface SolrServerController
-
- All Known Implementing Classes:
DefaultSolrServerController
public interface SolrServerControllerStrategy for starting / stopping the Solr servers during hybris startup / shutdown. Only the Solr instances with autostart=true are considered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartServers()Starts the Solr servers.voidstopServers()Stops the Solr servers.
-
-
-
Method Detail
-
startServers
void startServers() throws SolrServerExceptionStarts the Solr servers.- Throws:
SolrServerException- if an error occurs
-
stopServers
void stopServers() throws SolrServerExceptionStops the Solr servers.- Throws:
SolrServerException- if an error occurs
-
-