I haven't tried anything so far. It was a plain conceptual question ;) All I have at hand is "Solr in Action" which doesn't (didn't) mention the copyField-wildcards...
Thx! -----Ursprüngliche Nachricht----- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Sonntag, 21. September 2014 18:44 An: solr-user@lucene.apache.org Betreff: Re: <copyfield> with wildcard-source? What have you tried? Because it works just fine for me. It's _really_ helpful to tell us what you've tried and what you think isn't operating correctly, otherwise there's not much to go on except guesswork. Best, Erick On Sun, Sep 21, 2014 at 2:47 AM, Clemens Wyss DEV <clemens...@mysign.ch> wrote: > is there a way to use <copyfield> with a wildcard-source? > For example to copy all fields of a certain dynamic field type: > <dynamicField name="*ss" .../> > <dynamicField name="*ss_suggest" .../> ... > <copyfield source="*_ss_suggest" dest="suggest">