Hello, If the dest field of a copyField action has docValues=true, does that require the source field to also have docValues turned on?
Found this config in our historical Solr 6 schema and wondered if it is valid: <field name="sortableSender" type="icuCollationDefault" indexed="true" stored="true" multiValued="false" required="false" docValues="false" /> <field name="returnableSender" type="string" indexed="true" stored="true" multiValued="false" required="false" docValues="true" /> <copyField source="sortableSender" dest="returnableSender" /> Thanks, Matt