Class PostLogsTool

java.lang.Object
org.apache.solr.cli.ToolBase
org.apache.solr.cli.PostLogsTool
All Implemented Interfaces:
Tool

public class PostLogsTool extends ToolBase
A command line tool for indexing Solr logs in the out-of-the-box log format.
  • Field Details

  • Constructor Details

    • PostLogsTool

      public PostLogsTool(ToolRuntime runtime)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Tool
      Defines the interface to a Solr tool that can be run from this command-line app.
    • getOptions

      public org.apache.commons.cli.Options getOptions()
      Description copied from interface: Tool
      Retrieve the Options supported by this tool.
      Specified by:
      getOptions in interface Tool
      Overrides:
      getOptions in class ToolBase
      Returns:
      The Options this tool supports.
    • runImpl

      public void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
      Specified by:
      runImpl in class ToolBase
      Throws:
      Exception
    • runCommand

      public void runCommand(String baseUrl, String root, String credentials) throws IOException
      Throws:
      IOException
    • getRequestPurposeNames

      public static String[] getRequestPurposeNames(Integer reqPurpose)