On 2022-09-13 8:03 PM, Shawn Heisey wrote: ...
What I would do for this problem is manually edit the schema, re-upload the config to ZK if you're running Solr in cloud mode, and then either reload the collection/core or restart Solr. I am used to manually editing configs already, though.
Thanks Shawn, but this is running "schemaless" -- which is why it just auto-creates fields for you whether you want them or not. I can drop the core and re-create from the initial schema.xml but I'll try a less disruptive way first.
Dima