: I saw something like a CloneFieldUpdateProcessor, but when i try to use, 
: solr says that cannot find the class. I saw that in the follow site: 
: https://issues.apache.org/jira/browse/SOLR-2599
: 
: In the comments i saw:
: <processor class="solr.FieldCopyProcessorFactory">

You're looking at a very old comment.  the issue summary tells you the 
name of the processor (CloneFieldUpdateProcessor) you just need to refer 
to it's factory...

https://lucene.apache.org/solr/4_4_0/solr-core/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html






-Hoss

Reply via email to