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