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 MarkusJelsma.
The comment on this change is: added schema entry and link to Jira issue.
http://wiki.apache.org/solr/Deduplication?action=diff&rev1=19&rev2=20

--------------------------------------------------

    </updateRequestProcessorChain>
  }}}
  
+ == schema.xml ==
+ 
+ If you are using a seperate field for storing the signature you must have it 
indexed (See [[https://issues.apache.org/jira/browse/SOLR-1908|SOLR-1908]])
+ 
+ {{{
+   <field name="signature" type="string" stored="true" indexed="true" 
multiValued="false" />
+ }}}
+ 
  === Note ===
  
  Also be sure to change your update handlers to use the defined chain, i.e.

Reply via email to