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 2007/11/05 21:09:37 UTC

[Solr Wiki] Trivial Update of "SpellCheckerRequestHandler" by MikeKlaas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by MikeKlaas:
http://wiki.apache.org/solr/SpellCheckerRequestHandler

The comment on the change is:
typo

------------------------------------------------------------------------------
  
  === accuracy ===
  
- (sp.query.accurary in <!> ["Solr1.3"])
+ (sp.query.accuracy in <!> ["Solr1.3"])
  
  A float value between 1.0 and 0.0 on how close the suggested words should match the original word being checked (calculated using the [http://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein distance] algorithm).  The default value is 0.5 but can be configured in SolrConfigXml.