On 4/5/2010 8:43 PM, Mark Miller wrote:
On 04/05/2010 10:12 PM, Chris Hostetter wrote:
: The best you have to work with at the moment is Xincludes:
:
: http://wiki.apache.org/solr/SolrConfigXml#XInclude
:
: and System Property Substitution:
:
: http://wiki.apache.org/solr/SolrConfigXml#System_property_substitution
Except that XInclude is a feature of hte XML parser, while property
substitution is soemthing Solr does after the XML has been parsed into a
DOM -- so you can't have an XInclude of a fle whose name is
determined by
a property (like the core name
Didn't suggest he could - just giving him the features he has to work
with.
I'm finally reaching the point where I have to implement this. I'm
working on replication, and have realized that I need the name of the
core to be substituted into the config snippet after it's incorporated
into the DOM. I searched and could not figure out what to use for
property substitution. For the Java-challenged like me ... is there a
way to get a list of all properties that can be used?
Thanks,
Shawn