AW: copyField for dynamicFields

2010-04-27 Thread Jan Simon Winkelmann
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*. &

RE: copyField for dynamicFields

2010-04-27 Thread Naga Darbha
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

copyField for dynamicFields

2010-04-27 Thread Jan Simon Winkelmann
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,