[
https://issues.apache.org/jira/browse/SOLR-13020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036674#comment-17036674
]
Ishan Chattopadhyaya commented on SOLR-13020:
---------------------------------------------
Please feel free to raise a PR.
> 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: [email protected]
For additional commands, e-mail: [email protected]