[ https://issues.apache.org/jira/browse/SOLR-13020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037294#comment-17037294 ]
David Smiley commented on SOLR-13020: ------------------------------------- SolrEventListener seems to be of little use for those UpdateCommands given that you could just add an URP; no? > Additional Hooks in SolrEventListener > ------------------------------------- > > Key: SOLR-13020 > URL: https://issues.apache.org/jira/browse/SOLR-13020 > Project: Solr > Issue Type: Improvement > Components: Plugin system > Reporter: Kevin Jia > Priority: Minor > > Add more hooks in SolrEventListener to allow for greater user customization. > Proposed hooks are: > public void postCoreConstruct(SolrCore core); > public void preAddDoc(AddUpdateCommand cmd); > public void postAddDoc(AddUpdateCommand cmd); > public void preDelete(DeleteUpdateCommand cmd); > public void postDelete(DeleteUpdateCommand cmd); -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org