You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Elran Dvir <el...@checkpoint.com> on 2014/05/15 11:22:28 UTC

Reloading core with param vs unloading and creating with params

Hi all,

I created a new patch https://issues.apache.org/jira/browse/SOLR-6063 , enabling changes in core properties without the need to unload and create it.
Considering the change in patch,
is reloading a core with transient=true and loadOnStartup=false equivalent in memory footprint to unloading the core and creating it with the same parameters?

Thanks.