You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/07/17 06:58:05 UTC

[jira] Updated: (SOLR-306) copyFields with a dynamic destination should support static source

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

Ryan McKinley updated SOLR-306:
-------------------------------

    Attachment: SOLR-306-CopyField.patch

restructured code to make this work.

The relevant change was to add type 'EQUALS' to DynamicReplacement.  

> copyFields with a dynamic destination should support static source
> ------------------------------------------------------------------
>
>                 Key: SOLR-306
>                 URL: https://issues.apache.org/jira/browse/SOLR-306
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: SOLR-306-CopyField.patch
>
>
> In SOLR-226, we added support for copy fields with a dynamic destination.
> We should also support dynamic copyFields with a static source:
>  <copyField source="name" dest="text_*" /> 
> This will copy the contents of "name" to "text_name"

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