Class SolrCLI.SolrCloudTool

    • Constructor Detail

      • SolrCloudTool

        protected SolrCloudTool​(PrintStream stdout)
    • Method Detail

      • getOptions

        public org.apache.commons.cli.Option[] getOptions()
      • runCloudTool

        protected abstract void runCloudTool​(CloudSolrClient cloudSolrClient,
                                             org.apache.commons.cli.CommandLine cli)
                                      throws Exception
        Runs a SolrCloud tool with CloudSolrClient initialized
        Throws:
        Exception