the core properties definitely disappears if you use a configset, as in ##### #Written by CorePropertiesLocator #Tue May 02 20:19:40 UTC 2017 name=testcore dataDir=/indexes/solrindexes/testcore configSet=myconf
Using a conf directory, as in #Written by CorePropertiesLocator #Tue May 02 20:30:44 UTC 2017 name=testcorewithconf schema=conf/schema.xml dataDir=/indexes/solrindexes/testcorewithconf has the same behavior. This is Solr 6.3.0 standalone, and I share your memory that at one point in the distant past core.properties was renamed on an unload. Probably worth submitting a JIRA -Simon On Tue, May 2, 2017 at 4:04 PM, Erick Erickson <erickerick...@gmail.com> wrote: > IIRC, the core.properties file _is_ renamed to > core.properties.unloaded or something like that. > > Yeah, this is something of a pain. The inverse of "unload" is "create" > but you have to know exactly how to create a core, and in SolrCloud > mode that's...interesting. It's much safer to bring the Solr node > down, do what you want then start it up, although not always possible. > > Best, > Erick > > On Tue, May 2, 2017 at 10:55 AM, simon <mtnes...@gmail.com> wrote: > > I ran into the exact same situation recently. I unloaded from the > browser > > GUI which does not delete the data or instance dirs, but does delete > > core.properties. I couldn't find any API either so I eventually > manually > > recreated core.properties and restarted Solr. > > > > Would be nice if the core.properties file were to be renamed rather than > > deleted and if there were a RESCAN action to scan for unloaded cores and > > reload them. > > > > On Tue, May 2, 2017 at 12:53 PM, Shashank Pedamallu < > spedama...@vmware.com> > > wrote: > > > >> Hi all, > >> > >> I want to unload a core from Solr without deleting data-dir or > >> instance-dir. I’m performing some operations on the data-dir after this > and > >> then I would like to reload the core from the same data-dir. These are > the > >> things I tried: > >> > >> 1. Reload api – throws an exception saying no such core exists. > >> 2. Create api – throws an exception saying a core with given name > >> already exists. > >> > >> Can someone point me what api I could use to achieve this. Please note > >> that, I’m working with Solr in Non-Cloud mode without Zookeeper, > >> Collections, etc. > >> > >> Thanks in advance! > >> > >> Thanks, > >> Shashank Pedamallu > >> >