[
https://issues.apache.org/jira/browse/SOLR-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan McKinley updated SOLR-605:
-------------------------------
Attachment: SOLR-605-RegisterEventListeners.patch
this adds
{code:java}
UpdateHandler.java:
void registerCommitCallback( SolrEventListener listener )
void registerOptimizeCallback( SolrEventListener listener )
SolrCore.java:
void registerFirstSearcherListener( SolrEventListener listener )
void registerNewSearcherListener( SolrEventListener listener )
{code}
> Programatically register SolrEventListeners
> -------------------------------------------
>
> Key: SOLR-605
> URL: https://issues.apache.org/jira/browse/SOLR-605
> Project: Solr
> Issue Type: New Feature
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Trivial
> Fix For: 1.3
>
> Attachments: SOLR-605-RegisterEventListeners.patch
>
>
> Currently all eventListeners need to be registered via solrconfig.xml -- it
> would be nice to programatically register classes for these events too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.