Hi,

I think copyField copies the un-processed content (that will be processed by 
source field) onto the target field and processes it based on target field's 
type.  It is *copied first*.

regards,
Naga

-----Original Message-----
From: Jan Simon Winkelmann [mailto:winkelm...@newsfactory.de] 
Sent: Tuesday, April 27, 2010 2:41 PM
To: solr-user@lucene.apache.org
Subject: copyField for dynamicFields

Hi,

i have the following configured in my schema.xml:

<dynamicField name="*_i" type="text" indexed="true" stored="false" 
required="false" />
<dynamicField name="*_i_f" type="string" indexed="true" stored="true" 
required="false" />
<copyField source="*_i" dest="*_i_f" />

What I can't quite figure out, is when exactly the data from the _i fields gets 
copied to the _i_f fields. Does it get processed first (Tokenizer, Filters, 
etc.) or copied first?

I would appreciate any insight. Thanks in advance!

Best,
Jan-Simon Winkelmann

Reply via email to