Interface SolrServerCommandExecutor
- All Known Implementing Classes:
DefaultSolrServerCommandExecutor
public interface SolrServerCommandExecutor
Strategy for executing the Solr server commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommand(String command, Map<String, String> configuration) Executes a command.
-
Method Details
-
executeCommand
Executes a command.- Parameters:
command- - the commandconfiguration- - the configuration- Throws:
SolrServerException- if an error occurs during shutdown
-