Hi all, apologies if this is a FAQ, my google-fu is failing me.
I've a field whose name I typo-ed in a data importer script, so Solr dutifully created the new TYPOed_field and a TYPOed_field_str as per my <dynamicField name="*_str" ... /> directive.
Now it won't let me delete either because "it's referred to by at least one copyfield directive".
Is there a way to force it? Or do I have to delete the dynamicField directive first, then the fields, and then re-create the dynamicField directive? Or something else?
(This is on 8.7) TIA Dima