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

Ryan McKinley resolved SOLR-226.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3)
                   1.2

added in rev 536730

> support dynamic fields as copyField destination
> -----------------------------------------------
>
>                 Key: SOLR-226
>                 URL: https://issues.apache.org/jira/browse/SOLR-226
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>         Assigned To: Ryan McKinley
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: SOLR-226-DynamicCopyField.patch, 
> SOLR-226-DynamicCopyField.patch
>
>
> I'd like to use a dynamic field as the destination of a copyField:
> Given:
>   <field name="tag_*"   type="string" ... />
>   <field name="text_*"  type="text"   ... />
> I want:
>   <copyField source="tag_*" dest="text_*" /> 
> For background see:
> http://www.nabble.com/copyField-to-a-dynamic-field-tf2300115.html#a6419101
> http://www.nabble.com/dynamic-copyFields-tf3683816.html#a10296520

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

Reply via email to