You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/28 15:26:42 UTC

[Solr Wiki] Update of "Deduplication" by OtisGospodnetic

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by OtisGospodnetic:
http://wiki.apache.org/solr/Deduplication

The comment on the change is:
Easier on the eyes

------------------------------------------------------------------------------
    <updateRequestProcessorChain name="dedupe">
      <processor class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
        <bool name="enabled">true</bool>
+       <bool name="overwriteDupes">false</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>
@@ -77, +77 @@

    </updateRequestProcessorChain>
  }}}
  
- ===Note===
+ === Note ===
  
  Also be sure to change your update handlers to use the defined chain, i.e.