[
https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735738#action_12735738
]
Grant Ingersoll commented on SOLR-1203:
---------------------------------------
Seems like this is fixed in example right?
{quote}
<!-- An example dedup update processor that creates the "id" field on the fly
based on the hash code of some other fields. This example has
overwriteDupes
set to false since we are using the id field as the signatureField and
Solr
will maintain uniqueness based on that anyway. -->
<!--
<updateRequestProcessorChain name="dedupe">
<processor
class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
<bool name="enabled">true</bool>
<str name="signatureField">id</str>
<bool name="overwriteDupes">false</bool>
<str name="fields">name,features,cat</str>
<str
name="signatureClass">org.apache.solr.update.processor.Lookup3Signature</str>
</processor>
<processor class="solr.LogUpdateProcessorFactory" />
<processor class="solr.RunUpdateProcessorFactory" />
</updateRequestProcessorChain>
-->
{quote}
Please close if this is the case.
> We should add an example of setting the update.processor for a given
> RequestHandler
> -----------------------------------------------------------------------------------
>
> Key: SOLR-1203
> URL: https://issues.apache.org/jira/browse/SOLR-1203
> Project: Solr
> Issue Type: Improvement
> Reporter: Mark Miller
> Assignee: Mark Miller
> Priority: Minor
> Fix For: 1.4
>
>
> a commented out example that points to the commented out example update chain
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.