Hello, I have an example schema which worked in 4.1 but is failing to load in 4.2 with: "copyField source :'addr_*' is not an explicit field and doesn't match a dynamicField".
I think this must be due to SOLR-3798, but I don't understand why even after reading it through several times. My schema (excerpt) is: <field name="addr_from" type="email" indexed="true" stored="true" required="true" /> <field name="addr_to" type="email" multiValued="true" indexed="true" stored="true" required="true" /> <copyField source="addr_*" dest="text" /> I thought this would have been a valid use case. Can someone with deeper understanding of this aspect explain what I am missing. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book)