ijioio commented on code in PR #931: URL: https://github.com/apache/solr/pull/931#discussion_r923218173
########## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ########## @@ -154,6 +155,27 @@ public Boolean registerV2() { return Boolean.TRUE; } + /** + * Registers custom actions defined in {@code solr.xml}. Called from the {@link CoreContainer} + * during load process. + */ + public void registerCustomActions(Map<String, CoreAdminOp> customActions) { Review Comment: Nice update! Thank you! -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org