Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
6.2
-
None
-
None
Description
I am reloading a core using coreContainer.reload(coreName). However it doesn't seem to reload the configuration. I have changed solrcore.properties on the file system but the change doesn't get picked up.
The coreContainer.reload method seems to call:
CoreDescriptor cd = core.getCoreDescriptor();
I can't see a way to reload CoreDescriptor, so it isn't picking up my changes. It simply reuses the existing CoreDescriptor.