n: solr-user@lucene.apache.org
> Betreff: RE: copyField for dynamicFields
>
> 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*.
&
ry.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:
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
Hi,
i have the following configured in my schema.xml:
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,