Hi, I am getting an error while doing a copy from a field to another but the second field is a docValues which I am using PersonIDSDV to run StreamingExpressions.
As I can see in this page I should be able use multivalued fields with docValues. https://solr.apache.org/guide/8_1/docvalues.html Any ideas or ways to solve this? *Error:* Multiple values encountered for non multiValued copy field PersonIDSDV *Schema* <field name="DocPersonAttachS" type="int" indexed="true" stored="true" multiValued="true"/> <!-- Streammin Expressions--> <field name="PersonIDSDV" type="int" indexed="true" stored="true" docValues="true" multiValued="true" /> <copyField source="DocPersonAttachS" dest="PersonIDSDV"/> Thanks a lot Sergio