: No probs. I would still hope someone would comment on you thread with
: some expert opinions about making a copy of a copy :)

https://wiki.apache.org/solr/SchemaXml#Copy_Fields

        "The copy is done at the stream source level and no copy 
        feeds into another copy."

If solr tried to chain copyFields, it might copy more then you actually 
wanted to, and/or it could easily get into infinite loop type situations.

As implemented, you can be very explicit about what you want, but the 
trade off is that you *have* to be very explicit about what you want.

-Hoss

Reply via email to