Re: Solr CoreAdmin create ignores dataDir Parameter

2010-09-13 Thread Frank Wesemann
MitchK schrieb: Frank, have a look at SOLR-646. Do you think a workaround for the data-dir-tag in the solrconfig.xml can help? I think about something like ${solr./data/corename} for illustration. Unfortunately I am not very skilled in working with solr's variables and therefore I do not know

Re: Solr CoreAdmin create ignores dataDir Parameter

2010-09-10 Thread MitchK
Frank, have a look at SOLR-646. Do you think a workaround for the data-dir-tag in the solrconfig.xml can help? I think about something like ${solr./data/corename} for illustration. Unfortunately I am not very skilled in working with solr's variables and therefore I do not know what variables ar

Re: Solr CoreAdmin create ignores dataDir Parameter

2010-09-10 Thread Frank Wesemann
Mark Miller schrieb: I think so - what version of Solr are you using? I believe I've changed this on trunk a few months ago. We are running 1.4.2 and I looked in the solr/tags/release-1.4.1 branch of SVN. The Version in trunk I can see is from 27.07.2010 and this also reads first config a

Re: Solr CoreAdmin create ignores dataDir Parameter

2010-09-10 Thread Mark Miller
On 9/10/10 7:00 AM, Frank Wesemann wrote: > Hello, > if I am trying to create a new SolrCore based on an extisting one via > the CoreAdmin HTTP API, > > http://localhost:8983/solr/admin/cores?action=CREATE&name=newCore&instanceDir=old_instance&schema=newSchema.xml&dataDir=newdata >