[
https://issues.apache.org/jira/browse/SOLR-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1547:
-----------------------------
Description:
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/ ]
was:
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/]
> 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
>
> Attachments: 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.