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
Priority: Minor
Fix For: 1.3
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.