You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Akshay Kumar Pall (Jira)" <ji...@apache.org> on 2020/02/13 15:32:00 UTC

[jira] [Commented] (SOLR-13020) Additional Hooks in SolrEventListener

    [ https://issues.apache.org/jira/browse/SOLR-13020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036309#comment-17036309 ] 

Akshay Kumar Pall commented on SOLR-13020:
------------------------------------------

Bump.

I think this suggestion should be revisited. I have a usecase that would benefit from this.

> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org