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