Re: transientCacheSize not working

2013-03-22 Thread didier deshommes
I've created an issue and patch here that makes it possible to specify transient and loadOnStatup on core creation: https://issues.apache.org/jira/browse/SOLR-4631 On Wed, Mar 20, 2013 at 10:14 AM, didier deshommes wrote: > Thanks. Is there a way to pass loadOnStartup and/or transient as > param

Re: transientCacheSize not working

2013-03-20 Thread didier deshommes
Thanks. Is there a way to pass loadOnStartup and/or transient as parameters to the core admin http api? This doesn't seem to work: curl http://localhost:8983/solr/admin/cores?action=CREATE&transient=true&name=c1 On Tue, Mar 19, 2013 at 7:29 PM, Mark Miller wrote: > I don't think SolrCloud works

Re: transientCacheSize not working

2013-03-19 Thread Mark Miller
I don't think SolrCloud works with the transient stuff. - Mark On Mar 19, 2013, at 8:04 PM, didier deshommes wrote: > Hi, > I cannot get Solrcloud to respect transientCacheSize when creating multiple > cores via the web api. I'm runnig solr 4.2 like this: > > java -Dbootstrap_confdir=./solr/co

transientCacheSize not working

2013-03-19 Thread didier deshommes
Hi, I cannot get Solrcloud to respect transientCacheSize when creating multiple cores via the web api. I'm runnig solr 4.2 like this: java -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=conf1 -DzkRun -DnumShards=1 -jar start.jar I'm creating multiple cores via the core admin