I'm working with Solr source code trying to implement my own custom field types for my schema. How can I make this work in Solr cloud? With the original Solr legacy files I know I should just edit Solr's xml config files and do sth like this, but how about cloud, how to add these types there?
<fieldType name="terkim" class="custom.MyCustomField"/>
<field name="tapli" type="terkim" etc.."/>