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 2009/09/20 13:07:16 UTC

[jira] Updated: (SOLR-1326) New interface PluginInfoInitialized

     [ https://issues.apache.org/jira/browse/SOLR-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1326:
-----------------------------

          Description: 
There is no way for a plugin to know the information of the attributes mentioned in the tag itself (like name). We should have a new interface to initialize with PluginInfo such as 
{code:java}
public interface PluginInfoInitialized{
  public void init(PluginInfo pluginInfo);
}
{code}
The PluginInfo class has been enhanced to allow sub components as well. So the current syntax of UpdateprocessorChain/highlighter can also be supported by implementing this interface . 


  was:
There is no way for a plugin to know the information of the attributes mentioned in the tag itself (like name). We should have a new interface to initialize with PluginInfo such as 
{code:java}
public interface PluginInfoInitialized{
  public void init(PluginInfo pluginInfo);
}
{code}

    Affects Version/s: 1.3
        Fix Version/s: 1.4
             Assignee: Noble Paul

> New interface PluginInfoInitialized
> -----------------------------------
>
>                 Key: SOLR-1326
>                 URL: https://issues.apache.org/jira/browse/SOLR-1326
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1326.patch
>
>
> There is no way for a plugin to know the information of the attributes mentioned in the tag itself (like name). We should have a new interface to initialize with PluginInfo such as 
> {code:java}
> public interface PluginInfoInitialized{
>   public void init(PluginInfo pluginInfo);
> }
> {code}
> The PluginInfo class has been enhanced to allow sub components as well. So the current syntax of UpdateprocessorChain/highlighter can also be supported by implementing this interface . 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.