Interface SolrServerCommandExecutor

All Known Implementing Classes:
DefaultSolrServerCommandExecutor

public interface SolrServerCommandExecutor
Strategy for executing the Solr server commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeCommand(String command, Map<String,String> configuration)
    Executes a command.