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 2010/05/12 15:03:42 UTC

[Solr Wiki] Trivial Update of "Deduplication" by MarkusJelsma

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.