Hello,
I use SolrCloud 7.0 and I don't have find how to add an UID field on the
schema. I have add UUIDField type and add a field but it do not work.
{
"name": "uid",
"class": "solr.UUIDField",
"indexed": true,
"stored": true
},
Thanks for your help.
