Re: One conf folder in Multicore environment

2008-12-22 Thread Shalin Shekhar Mangar
I think it should be possible. Give the same instanceDir to all cores. Make sure that the solrconfig.xml of your cores uses a variable for the dataDir e.g. "./data/${solr.core.name}". The solr.core.name is an implicit property. http://wiki.apache.org/solr/CoreAdmin#head-7508c24c6e2dadad2dfea39b2f

Re: One conf folder in Multicore environment

2008-12-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
solr.xml allows you to mention the other properties as well like instanceDir, config,schema in the cores/core tag So , sharing the entire conf dir may not be possible , but it is possible to share solrconfig.xml and schema.xml On Tue, Dec 23, 2008 at 8:17 AM, Otis Gospodnetic wrote: > Hi Vikr

Re: One conf folder in Multicore environment

2008-12-22 Thread Otis Gospodnetic
Hi Vikrant, You can always make use of symbolic links to share a single copy of any file. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Vicky_Dev > To: solr-user@lucene.apache.org > Sent: Monday, December 22, 2008 1:22:06 PM > Subject: