: If we wanted to allow overriding that, would that go into solr.xml or : web.xml? If it's solr.xml, can you point me to where this class gets : parsed/handled?
there isn't really any overriding of this sort of thing supported right now -- as far as i can remember no ones ever put any work/thought into what such configuration should look like (particularly if you start getting into things like response writer plugins & response writer defaults -- should a "system" responsewriter plugin be available in each core? what if the core defines a different writer with the same name? which "default" writer should be used if the core solrconfig.xml doesn't specify one explicitly? etc...) If you're looking to start trying to answer those questions, then i think long term only solr.xml makes sense (web.xml should be implementation details only -- nothing user editable) -Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org