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 "Luke Forehand (JIRA)" <ji...@apache.org> on 2009/09/03 00:38:45 UTC

[jira] Updated: (SOLR-1406) Add ability to retrieve DataConfig from dataimport Context

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

Luke Forehand updated SOLR-1406:
--------------------------------

    Attachment: SOLR-1406.patch

Patch that adds getDataConfig to Context interface, and ContextImpl implementation.

i.e.
{code:java}
public DataConfig getDataConfig() {
    return this.dataImporter.getConfig();
}
{code}

> Add ability to retrieve DataConfig from dataimport Context
> ----------------------------------------------------------
>
>                 Key: SOLR-1406
>                 URL: https://issues.apache.org/jira/browse/SOLR-1406
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>            Reporter: Luke Forehand
>         Attachments: SOLR-1406.patch
>
>
> The ability to retrieve the DataConfig is very useful for inspecting configuration attributes within an EventListener!

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