Hi everyone,

i was wondering if the following was possible somehow:

<dynamicField name="*_m_i" type="text" indexed="true" stored="false" 
required="false" multiValued="true"/>
<dynamicField name="*_m_i_f" type="string" indexed="true" stored="true" 
required="false" multiValued="true"/>
<copyField source="*_m_i" dest="*_m_i_f"/>

As in: using copyField to copy a multiValued field into another multiValued 
field.

Cheers,
Jan

Reply via email to