Interface SolrServerController
- All Known Implementing Classes:
DefaultSolrServerController
public interface SolrServerController
Strategy for starting / stopping the Solr servers during hybris startup / shutdown. Only the Solr instances with
autostart=true are considered.
-
Method Summary
Modifier and TypeMethodDescriptionvoidStarts the Solr servers.voidStops the Solr servers.
-
Method Details
-
startServers
Starts the Solr servers.- Throws:
SolrServerException- if an error occurs
-
stopServers
Stops the Solr servers.- Throws:
SolrServerException- if an error occurs
-