You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Vicky_Dev <vi...@yahoo.co.in> on 2008/12/22 19:22:06 UTC

One conf folder in Multicore environment

Hi Team,

Solr.xml provides ability to specify sharing of data folder. 

Is it possible to share ---conf folder across multiple core folders? Can we
share stopword/synonym list across different cores?



~Vikrant
Vikrant Shirbhate






-- 
View this message in context: http://www.nabble.com/One-conf-folder-in-Multicore-environment-tp21132499p21132499.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: One conf folder in Multicore environment

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
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-7508c24c6e2dadad2dfea39b2fba045062481da8

On Tue, Dec 23, 2008 at 12:16 PM, Noble Paul നോബിള്‍ नोब्ळ् <
noble.paul@gmail.com> wrote:

> 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
> <ot...@yahoo.com> wrote:
> > 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 <vi...@yahoo.co.in>
> >> To: solr-user@lucene.apache.org
> >> Sent: Monday, December 22, 2008 1:22:06 PM
> >> Subject: One conf folder in Multicore environment
> >>
> >>
> >> Hi Team,
> >>
> >> Solr.xml provides ability to specify sharing of data folder.
> >>
> >> Is it possible to share ---conf folder across multiple core folders? Can
> we
> >> share stopword/synonym list across different cores?
> >>
> >>
> >>
> >> ~Vikrant
> >> Vikrant Shirbhate
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/One-conf-folder-in-Multicore-environment-tp21132499p21132499.html
> >> Sent from the Solr - User mailing list archive at Nabble.com.
> >
> >
>
>
>
> --
> --Noble Paul
>



-- 
Regards,
Shalin Shekhar Mangar.

Re: One conf folder in Multicore environment

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com>.
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
<ot...@yahoo.com> wrote:
> 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 <vi...@yahoo.co.in>
>> To: solr-user@lucene.apache.org
>> Sent: Monday, December 22, 2008 1:22:06 PM
>> Subject: One conf folder in Multicore environment
>>
>>
>> Hi Team,
>>
>> Solr.xml provides ability to specify sharing of data folder.
>>
>> Is it possible to share ---conf folder across multiple core folders? Can we
>> share stopword/synonym list across different cores?
>>
>>
>>
>> ~Vikrant
>> Vikrant Shirbhate
>>
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/One-conf-folder-in-Multicore-environment-tp21132499p21132499.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>
>



-- 
--Noble Paul

Re: One conf folder in Multicore environment

Posted by Otis Gospodnetic <ot...@yahoo.com>.
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 <vi...@yahoo.co.in>
> To: solr-user@lucene.apache.org
> Sent: Monday, December 22, 2008 1:22:06 PM
> Subject: One conf folder in Multicore environment
> 
> 
> Hi Team,
> 
> Solr.xml provides ability to specify sharing of data folder. 
> 
> Is it possible to share ---conf folder across multiple core folders? Can we
> share stopword/synonym list across different cores?
> 
> 
> 
> ~Vikrant
> Vikrant Shirbhate
> 
> 
> 
> 
> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/One-conf-folder-in-Multicore-environment-tp21132499p21132499.html
> Sent from the Solr - User mailing list archive at Nabble.com.