You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2008/06/28 14:47:45 UTC

[jira] Issue Comment Edited: (SOLR-605) Programatically register SolrEventListeners

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

noble.paul edited comment on SOLR-605 at 6/28/08 5:46 AM:
----------------------------------------------------------

add a method to register responsew writer

{code}
public void registerResponseWriter(String name, QueryResponseWriter writer)
{code}

      was (Author: noble.paul):
    add a method to register responsew writer

{code}
public void registerResponseWriter(String name, QueryResponseWriter)
{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.