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
Priority: Minor
Fix For: 1.5
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.