Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "Deduplication" page has been changed by SpyrosKapnissis: http://wiki.apache.org/solr/Deduplication?action=diff&rev1=21&rev2=22 {{{ <requestHandler name="/update" class="solr.XmlUpdateRequestHandler" > <lst name="defaults"> - <str name="update.processor">dedupe</str> + <str name="update.chain">dedupe</str> </lst> </requestHandler> }}} - The update processor can also be specified per request with a parameter of {{{update.processor=dedupe}}} + The update processor can also be specified per request with a parameter of {{{update.chain=dedupe}}} + + <!> Note that for pre-[[Solr3.2]] you need to use {{{update.processor}}} instead == Settings ==