Didn’t we talk about reloading the collections that share the schema after the schema change via the collections API RELOAD command?
Best, Erick > On Mar 6, 2020, at 05:34, Joe Obernberger <joseph.obernber...@gmail.com> > wrote: > > Hi All - any ideas on this? Anything I can try? > > Thank you! > > -Joe > >> On 2/26/2020 9:01 AM, Joe Obernberger wrote: >> Hi All - I have several solr collections all with the same schema. If I add >> a field to the schema and index it into the collection on which I added the >> field, it works fine. However, if I try to add a document to a different >> solr collection that contains the new field (and is using the same schema), >> I get an error that the field doesn't exist. >> >> If I restart the cluster, this problem goes away and I can add a document >> with the new field to any solr collection that has the schema. Any >> work-arounds that don't involve a restart? >> >> Thank you! >> >> -Joe Obernberger >>