Generating collection configuration using configs
You must create a collection configuration prior to creating a Solr collection. The configuration files are created in ZooKeeper based on existing templates using the ConfigSets API. Learn how to 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 [***NEW CONFIG***] [***TEMPLATE***] [-p [***NAME***]=[***VALUE***]]