Re: shareSchema="true" - location of schema.xml?

2011-09-24 Thread rkuris
I have 300 cores so I feel your pain :-) What we do is use a relative path for the file. It works if you use ../../common/schema.xml for each core, then just create a common directory off your solr home and put your schema file there. I found this works great with solrconfig.xml and all of it's

Re: shareSchema="true" - location of schema.xml?

2011-08-31 Thread Satish Talim
I am experimenting Solr on Windows, for now. Satish 2011/8/31 François Schiettecatte > Satish > > You don't say which platform you are on but have you tried links (with ln > on linux/unix) ? > > François > > On Aug 31, 2011, at 12:25 AM, Satish Talim wrote: > > > I have 1000's of cores and to r

Re: shareSchema="true" - location of schema.xml?

2011-08-31 Thread Erick Erickson
Would it work to just (relative) path the schema file for your cores with the "schema" parameter? Best Erick 2011/8/31 François Schiettecatte : > Satish > > You don't say which platform you are on but have you tried links (with ln on > linux/unix) ? > > François > > On Aug 31, 2011, at 12:25 AM,

Re: shareSchema="true" - location of schema.xml?

2011-08-31 Thread François Schiettecatte
Satish You don't say which platform you are on but have you tried links (with ln on linux/unix) ? François On Aug 31, 2011, at 12:25 AM, Satish Talim wrote: > I have 1000's of cores and to reduce the cost of loading unloading > schema.xml, I have my solr.xml as mentioned here - > http://wiki.a

shareSchema="true" - location of schema.xml?

2011-08-30 Thread Satish Talim
I have 1000's of cores and to reduce the cost of loading unloading schema.xml, I have my solr.xml as mentioned here - http://wiki.apache.org/solr/CoreAdmin namely: ... However, I am not sure where to keep the common schema.xml file? In which case, do I need the schema.xml in the conf