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 2007/02/22 17:02:40 UTC

[Solr Wiki] Update of "FAQ" by JürgenHermann

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 JürgenHermann:
http://wiki.apache.org/solr/FAQ

The comment on the change is:
cut'n'pasto

------------------------------------------------------------------------------
  but you don't have to if you don't want to.  You could even mix and match across different dynamic fields by doing something like
  
  {{{
-    <dynamicField source="*_i_t" type="text" indexed="true" stored="false" />
+    <dynamicField name="*_i_t" type="text" indexed="true" stored="false" />
     <copyField source="*_t"  dest="text" />
  }}}