dsmiley commented on PR #994: URL: https://github.com/apache/solr/pull/994#issuecomment-1237707131
I don't mean to say ConfigNode has no purpose, just that in parsing elevation.xml in particular, there is no point. ConfigNode seems best suited for primary configuration files -- solr.xml, solrconfig.xml, schema.xml as there are substitutable properties and sometimes "overlay" which ConfigNode has some features. For simple data config files (like elevate.xml), plain XML processing is fine without unique Solr abstractions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
