Kevin Jia created SOLR-13020:
--------------------------------

             Summary: Additional Hooks in SolrEventListener
                 Key: SOLR-13020
                 URL: https://issues.apache.org/jira/browse/SOLR-13020
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Plugin system
            Reporter: Kevin Jia


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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to