You can include one xml file into another, something like
1. <?xml version='1.0' encoding='utf-8'?> 2. <!DOCTYPE document [ <!ENTITY resourcedb SYSTEM 3. 'file:/some/absolute/path/a.xml'> ]> 4. <resource> 5. <childofb>&resourcedb;<childofb> 6. </resource> - Ravish On Wed, Aug 22, 2012 at 8:56 AM, Alexander Cougarman <acoug...@bwc.org>wrote: > Thanks, Lance. Please forgive my ignorance, but what do you mean by soft > links/XML include feature? Can you provide an example? Thanks again. > > Sincerely, > Alex > > -----Original Message----- > From: Lance Norskog [mailto:goks...@gmail.com] > Sent: 22 August 2012 9:55 AM > To: solr-user@lucene.apache.org > Subject: Re: Use a different folder for schema.xml > > It is possible to store the entire conf/ directory somewhere. To store > only the schema.xml file, try soft links or the XML include feature: > conf/schema.xml includes from somewhere else. > > On Tue, Aug 21, 2012 at 11:31 PM, Alexander Cougarman <acoug...@bwc.org> > wrote: > > Hi. For our Solr instance, we need to put the schema.xml file in a > different location than where it resides now. Is this possible? Thanks. > > > > Sincerely, > > Alex > > > > > > -- > Lance Norskog > goks...@gmail.com >