On 12/20/22 04:01, Sergio García Maroto wrote:
Thanks Shawn.
I thought it was possible to create new properties.
What is the best approact to create an arbitrary property in SolrCloud for
an existing collection.
I saw is possible to create properties when createing a collection but is
it possible to create one once the collection is already created?
The collections API has calls for collection properties and cluster
properties:
https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#collectionprop
https://solr.apache.org/guide/solr/latest/deployment-guide/cluster-node-management.html#clusterprop-parameters
Thanks,
Shawn