You can use the Clone update processor to copy from one field to another,
and then use the Concat update processor to combine the multiple values of
that field into one.
-- Jack Krupansky
-----Original Message-----
From: Luís Portela Afonso
Sent: Monday, August 05, 2013 5:40 AM
To: solr-user@lucene.apache.org
Subject: SOLR FieldCopyProcessorFactory
Hi,
Exists something like FieldCopyProcessorFactory. I know there is a
CloneFieldProfessor, but i'm interested to do an append. Is that possible?
Many Thanks