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 class
ApiTool
class
AssertTool
Asserts various conditions and exists with error code if fails, else continues with no outputclass
AuthTool
class
ConfigSetDownloadTool
class
ConfigSetUploadTool
class
ConfigTool
Sends a POST to the Config API to perform a specified action.class
CreateCollectionTool
Supports create_collection command in the bin/solr script.class
CreateCoreTool
class
CreateTool
class
DeleteTool
class
ExportTool
class
HealthcheckTool
class
PackageTool
class
PostLogsTool
A command line tool for indexing Solr logs in the out-of-the-box log format.class
PostTool
class
RunExampleTool
Supports an interactive session with the user to launch (or relaunch the -e cloud example)class
StatusTool
class
ToolBase
class
VersionTool
class
ZkCpTool
class
ZkLsTool
class
ZkMkrootTool
class
ZkMvTool
class
ZkRmTool
Methods in org.apache.solr.cli that return Tool Modifier and Type Method Description static Tool
SolrCLI. findTool(String[] args)
Methods in org.apache.solr.cli with parameters of type Tool Modifier and Type Method Description static org.apache.commons.cli.Options
SolrCLI. getToolOptions(Tool tool)
-