You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/09 01:22:48 UTC

[Solr Wiki] Update of "FAQ" by PeterWolanin

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" />