Hello,

I have a content field, I want to copy multiple times to apply different
filters/tokenizers in Solr.
The odd thing is that, in addition to <field source="content"
dest="content"/>, no matter what I do only the last of the copyField
statements is used for indexing.

For example:
<copyField source="content" dest="Location"/>
<copyField source="content" dest="Province"/>

Then I only the field Province appears in the Solr index.
If I have the field Location last, then only this field appears in the Solr
index.

Is this a Nutch or a Solr problem?

Thanks!

All the best

Kristof

P.S. I am using Nutch 1.4.

Reply via email to