Hi,
My solrconfig dedupe setting is as follows.

 <updateRequestProcessorChain name="dedupe">
    <processor
class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
      <bool name="enabled">true</bool>
      <bool name="overwriteDupes">false</bool>
      <str name="signatureField">dupesign</str>
      <str name="fields">title,url</str>
      <str
name="signatureClass">org.apache.solr.update.processor.Lookup3Signature</str>
    </processor>
    <processor class="solr.LogUpdateProcessorFactory" />
    <processor class="solr.RunUpdateProcessorFactory" />
  </updateRequestProcessorChain>

Even though overwriteDupes is set to false, search qiery results show the
contents are overwrtten.

Is this because there are duplicate contents on solr and the query results
is displaying only the latest entery from the duplicate?

I actually need the "date" field not to be overwritten. Please help.

Thanks
Shameema


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Dedupe-and-overwriteDupes-setting-tp809320p3989807.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to