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:09:37 UTC

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

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 EricPugh.
The comment on this change is: typo bingo!.
http://wiki.apache.org/solr/Deduplication?action=diff&rev1=20&rev2=21

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

  
  == 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]])
+ If you are using a separate 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" />