solr.core.name property not available on core creation

2009-01-26 Thread Mark Ferguson
Hi, I am trying to set up a multi-core environment in which I share a single conf folder. I am following the instructions described in this thread: http://www.mail-archive.com/solr-user@lucene.apache.org/msg16954.html In solrconfig.xml, I am setting dataDir to /srv/solr/cores/data/${

Re: solr.core.name property not available on core creation

2009-01-26 Thread Shalin Shekhar Mangar
This is a known issue. I'll try to give a patch soon. https://issues.apache.org/jira/browse/SOLR-883 On Mon, Jan 26, 2009 at 11:59 PM, Mark Ferguson mark.a.fergu...@gmail.comwrote: Hi, I am trying to set up a multi-core environment in which I share a single conf folder. I am following the

Re: solr.core.name property not available on core creation

2009-01-26 Thread Mark Ferguson
Thanks Shalin. Any ideas on a workaround in the mean time? I suppose I could set the instanceDir property to the data directory rather than the common directory, then set the config and schema explicitly. Mark On Mon, Jan 26, 2009 at 12:16 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: