Re: solrconfig.xml and xinclude

2010-07-22 Thread Tommaso Teofili
Just an update to say that the only way I figured out to include my 2 tags was via the element() scheme : * http://www.w3.org/2001/XInclude";> * obviously this is not desirable and clean at all even if it can make the trick if the number of fields is very small. Any ot

Re: solrconfig.xml and xinclude

2010-07-22 Thread Tommaso Teofili
Hi, I am trying to do a similar thing within the schema.xml (using Solr 1.4.1), having a (super)schema that is common to 2 instances and specific fields I would like to include (with XInclude). Something like this: * ... ... * and it works with the sp

solrconfig.xml and xinclude

2010-07-21 Thread fiedzia
I am trying to export some config options common to all cores into single file, which would be included using xinclude. The only problem is how to include childrens of given node. common_solrconfig.xml looks like that: now all of the following attemps have failed: http://www.w3.org/20