[ 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.