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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/07/17 19:13:04 UTC

[jira] Commented: (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:comment-tabpanel#action_12513298 ] 

Yonik Seeley commented on SOLR-306:
-----------------------------------

Given that this looks like very simple syntactic sugar:
  source="name" dest="text_*"
is the same as
  source="name" dest="text_name"

It seems like this should be handled at schema-parse time (and not as a dynamic copyfield).


> 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.