Jiras cover work in progress, so sometimes the intermediate comments don’t 
reflect the final API.

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


-- Jack Krupansky

From: Luís Portela Afonso 
Sent: Monday, August 05, 2013 7:39 AM
To: solr-user@lucene.apache.org 
Subject: Field append

Hi there, 

Is that possible to append two fields on solr? i would like to append to 
filters with a custom delimiter. Is that possible?
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">
  <str name="source">category</str>
  <str name="dest">category_s</str>
</processor>


But i'm not able to use it too. Once again solr says that cannot find class.

Hope you can help in any way. Thanks

Reply via email to