Skip to content

Instantly share code, notes, and snippets.

@sebnmuller
Created January 16, 2015 09:46
Show Gist options
  • Save sebnmuller/fcd5b45cd42a40b97daa to your computer and use it in GitHub Desktop.
Save sebnmuller/fcd5b45cd42a40b97daa to your computer and use it in GitHub Desktop.
RecursiveMergeExistingDocFactory
<!-- Retrieve existing leaf document contents -->
<processor class="no.comperio.solr.update.processors.RecursiveMergeExistingDocFactory" >
<str name="solrUrl">http://localhost:18080/solr</str>
<str name="localIdField">content_s</str>
<str name="foreignIdField">pageid</str>
<lst name="foreignSourceFieldList">
<str name="text_s">text_ss</str>
<str name="address_s">address_ss</str>
<str name="title">content_ss</str>
<str name="content">content_ss</str>
</lst>
</processor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment