[
https://issues.apache.org/jira/browse/SOLR-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-1547.
------------------------------
Resolution: Fixed
committed r881766
> TemplateTransformer should copy array/list more intelligently
> -------------------------------------------------------------
>
> Key: SOLR-1547
> URL: https://issues.apache.org/jira/browse/SOLR-1547
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Minor
> Fix For: 1.5
>
> Attachments: SOLR-1547.patch, SOLR-1547.patch
>
>
> if a field is copied TemplateTransformer does a toString()
> e.g
> {code:xml}
> <field column="id" template="${slashdot.link}" />
> {code}
> if slashdot.link is a List with a value http://somelink/ it would get copied
> as [ http://somelink/ ]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.