perhaps<copyField re_source="(.*)_s" dest="\1_t"/>
how about: <copyField source="tag_(.*)" dest="text_\1" regex="true" /> useRegex="true" ?Syntax aside, the major implication is that DynamicCopy would need a virtual function:
SchemaField getTargetField()rather then direct access to a final SchemaField. I don't have any real sense if that is a big deal or not, but it seems ok to me ;)
ryan
