Re: solr 1.3 and multicore data directory

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
you do not have to make 3 copies of conf dir even in Solr1.3 you can try this ${./solr/${solr.core.name}/data} On Thu, Sep 10, 2009 at 7:55 PM, Paul Rosen wrote: > Ok. I have a workaround for now. I've duplicated the conf folder three times > and changed this line in solrconfig.xml in each fo

Re: solr 1.3 and multicore data directory

2009-09-10 Thread Paul Rosen
Ok. I have a workaround for now. I've duplicated the conf folder three times and changed this line in solrconfig.xml in each folder: ${solr.data.dir:./solr/exhibits/data} I can't wait for solr 1.4! Noble Paul നോബിള്‍ नोब्ळ् wrote: the dataDir is a Solr1.4 feature On Thu, Sep 10, 2009 at 1:

Re: solr 1.3 and multicore data directory

2009-09-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
the dataDir is a Solr1.4 feature On Thu, Sep 10, 2009 at 1:57 AM, Paul Rosen wrote: > Hi All, > > I'm trying to set up solr 1.3 to use multicore but I'm getting some puzzling > results. My solr.xml file is: > > > >   >   dataDir="solr/resources/data/" /> >   /> >   dataDir="solr/reindex_resourc

solr 1.3 and multicore data directory

2009-09-09 Thread Paul Rosen
Hi All, I'm trying to set up solr 1.3 to use multicore but I'm getting some puzzling results. My solr.xml file is: dataDir="solr/resources/data/" /> dataDir="solr/exhibits/data/" /> dataDir="solr/reindex_resources/data/" /> When I start up solr, everything looks normal until I g