XInclude in multi core

2010-12-22 Thread Markus Jelsma
Hi, In a test set up i have a master and slave in the same JVM but different cores. Of course i'd like to replicate configuration files and include some via XInclude. The problem is the href path; it's can't use properties and is relative to the servlet container. Here's the problem, i also

Re: using Xinclude with multi-core

2009-12-14 Thread Chris Hostetter
: I'm trying to take advantage of the Solr 1.4 Xinclude feature to : include a different xml fragment (e.g. a different analyzer chain in : schema.xml) for each core in a multi-core setup. When the Xinclude : operates on a relative path, it seems to NOT be acting relative to the : xml file with

using Xinclude with multi-core

2009-11-27 Thread Peter Wolanin
I'm trying to take advantage of the Solr 1.4 Xinclude feature to include a different xml fragment (e.g. a different analyzer chain in schema.xml) for each core in a multi-core setup. When the Xinclude operates on a relative path, it seems to NOT be acting relative to the xml file with the