Class ConfigSetCmds

    • Field Detail

      • BASE_CONFIGSET

        public static final String BASE_CONFIGSET
        Name of the ConfigSet to copy from for CREATE
        See Also:
        Constant Field Values
      • CONFIG_SET_PROPERTY_PREFIX

        public static final String CONFIG_SET_PROPERTY_PREFIX
        Prefix for properties that should be applied to the ConfigSet for CREATE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConfigSetCmds

        public ConfigSetCmds()
    • Method Detail

      • getBaseConfigSetName

        public static String getBaseConfigSetName​(org.apache.solr.common.params.ConfigSetParams.ConfigSetAction action,
                                                  String baseConfigSetName)
      • createConfigSet

        public static void createConfigSet​(org.apache.solr.common.cloud.ZkNodeProps message,
                                           CoreContainer coreContainer)
                                    throws IOException
        Throws:
        IOException
      • deleteConfigSet

        public static void deleteConfigSet​(org.apache.solr.common.cloud.ZkNodeProps message,
                                           CoreContainer coreContainer)
                                    throws IOException
        Throws:
        IOException