epugh opened a new pull request, #4073: URL: https://github.com/apache/solr/pull/4073
https://issues.apache.org/jira/browse/SOLR-XXXXX # Description We have two ways of configuring our defaults, hardcoded in Java and then ImplicitPlugins.json. ImplicitPlugins.json gives us the option of changing them per deployment... # Solution Moves Core specific ResponseWriters to being configured in ImplicitPlugins.json. Leaves the non core specific ResponseWriters used by the rest of Solr in SolrCore as hardcoded. # Tests Existing tests, need to do more real world.. -- 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]
