copyField - Solr is case sensitive, yet does not complain when sees
wrong/misspelt directives (this is being fixed slowly)

https://cwiki.apache.org/confluence/display/solr/Copying+Fields

Regards,
   Alex.

Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853


On 21 September 2014 05:47, 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">

Reply via email to