@Deprecated
public interface SolrServerController
| Modifier and Type | Method and Description |
|---|---|
void |
start(SolrInstance solrInstance)
Deprecated.
Starts the Solr server for a given instance.
|
void |
stop(SolrInstance solrInstance)
Deprecated.
Stops the Solr server for a given instance.
|
void |
uploadSolrConfig(SolrInstance solrInstance)
Deprecated.
Uploads the Solr server configuration.
|
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 servervoid uploadSolrConfig(SolrInstance solrInstance) throws SolrServerException
solrInstance - - the Solr instanceSolrServerException - - if an error occurs while uploading the configurationCopyright © 2018 SAP SE. All Rights Reserved.