Generate a collection configuration using configs
A collection configuration is a necessary prerequisite of creating a collection. Learn how create one using configs.
You can manage configuration objects directly
using the solrctl config
command, which is a wrapper script for the
Solr ConfigSets
API.
solrctl config --create <name> <baseConfig> [-p <name>=<value>]