(character) The name of the core to be created. Required
shard
(character) Required. The name of the shard to be created.
createNodeSet
(character) Allows defining the nodes to spread the new
collection across. If not provided, the CREATE operation will create
shard-replica spread across all live Solr nodes. The format is a
comma-separated list of node_names, such as localhost:8983_solr,
localhost:8984_s olr, localhost:8985_solr.
raw
(logical) If TRUE, returns raw data
...
You can pass in parameters like property.name=value to set
core property name to value. See the section Defining core.properties for
details on supported properties and values.
(https://lucene.apache.org/solr/guide/7_0/defining-core-properties.html)