Uses of Interface
org.apache.solr.cli.Tool
-
Packages that use Tool Package Description org.apache.solr.cli Solr Command Line Interface classes -
-
Uses of Tool in org.apache.solr.cli
Classes in org.apache.solr.cli that implement Tool Modifier and Type Class Description classApiToolclassAssertToolAsserts various conditions and exists with error code if fails, else continues with no outputclassAuthToolclassConfigSetDownloadToolclassConfigSetUploadToolclassConfigToolSends a POST to the Config API to perform a specified action.classCreateCollectionToolSupports create_collection command in the bin/solr script.classCreateCoreToolclassCreateToolclassDeleteToolclassExportToolclassHealthcheckToolclassPackageToolclassPostLogsToolA command line tool for indexing Solr logs in the out-of-the-box log format.classPostToolclassRunExampleToolSupports an interactive session with the user to launch (or relaunch the -e cloud example)classStatusToolclassToolBaseclassVersionToolclassZkCpToolclassZkLsToolclassZkMkrootToolclassZkMvToolclassZkRmToolMethods in org.apache.solr.cli that return Tool Modifier and Type Method Description static ToolSolrCLI. findTool(String[] args)Methods in org.apache.solr.cli with parameters of type Tool Modifier and Type Method Description static org.apache.commons.cli.OptionsSolrCLI. getToolOptions(Tool tool)
-