Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by PeterWolanin:
http://wiki.apache.org/solr/FAQ

The comment on the change is:
SOLR-226 added support for dynamic fields as copyField destination.

------------------------------------------------------------------------------
  
  == How do I use copyField with wildcards? ==
  
- The `<copyField>` directive allows wildcards in the source, so that several 
fields can be copied into one destination field without having to specify them 
all individually.  All dest fields must be full field names -- not wildcard 
expressions. A common use case is something like:
+ The `<copyField>` directive allows wildcards in the source, so that several 
fields can be copied into one destination field without having to specify them 
all individually.  The dest field may by a full field name, or a wildcard 
expression. A common use case is something like:
  
  {{{
     <copyField source="*_t"  dest="text" />

Reply via email to