public interface SolrServerController
| Modifier and Type | Method and Description |
|---|---|
void |
start(SolrInstance solrInstance)
Starts the Solr server for a given instance.
|
void |
stop(SolrInstance solrInstance)
Stops the Solr server for a given instance.
|
void start(SolrInstance solrInstance) throws SolrServerException
solrInstance - - the Solr instanceSolrServerException - - if an error occurs while starting the Solr servervoid stop(SolrInstance solrInstance) throws SolrServerException
solrInstance - - the Solr instanceSolrServerException - - if an error occurs while stopping the Solr serverCopyright © 2018 SAP SE. All Rights Reserved.