Re: Setting dataDir in multicore environment

2009-01-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
I shall give a patch today On Tue, Jan 27, 2009 at 11:58 PM, Mark Ferguson mark.a.fergu...@gmail.com wrote: Oh I see, thanks for the clarification. Unfortunately this brings me back to same problem I started with: implicit properties aren't available when managing indexes through the REST

Re: Setting dataDir in multicore environment

2009-01-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
There is a patch given for SOLR-883 . On Wed, Jan 28, 2009 at 9:43 AM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: I shall give a patch today On Tue, Jan 27, 2009 at 11:58 PM, Mark Ferguson mark.a.fergu...@gmail.com wrote: Oh I see, thanks for the clarification. Unfortunately

Setting dataDir in multicore environment

2009-01-26 Thread Mark Ferguson
Hi, In my solr.xml file, I am trying to set the dataDir property the way it is described in the CoreAdmin page on the wiki: core name='p11' instanceDir='./' property name=dataDir value=./data/p11 / /core However, the property is being completed ignored. It is using whatever I have set in the

Re: Setting dataDir in multicore environment

2009-01-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
The behavior is expected properties set in solr.xml are not implicitly used anywhere. you will have to use those variables explicitly in solrconfig.xml/schema.xml instead of hardcoding dataDir in solrconfig.xml you can use it as a variable dataDir$$dataDir/dataDir BTW there is an issue