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/08/09 21:14:21 UTC

[Solr Wiki] Update of "SpellCheckComponent" by JamesDyer

Dear Wiki user,

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

The "SpellCheckComponent" page has been changed by JamesDyer.
http://wiki.apache.org/solr/SpellCheckComponent?action=diff&rev1=41&rev2=42

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

  For example, if the input query was "jawa class lording" and the best suggestion for "jawa" was "java" and "lording" was "loading", then the
  resulting collation would be "java class loading". Please Note: This only returns a query to be used it does not actually run the query.
  
+ See [[https://issues.apache.org/jira/browse/SOLR-2010|SOLR-2010]] for additional Collate functionality:
+  1. Only return collations that are guaranteed to result in hits if re-queried (applying original fq params also). This is especially helpful when there is more than one correction per query.
+  2. Provide the option to get multiple collation suggestions
+  3. Provide extended collation results including the # of hits re-querying will return and a breakdown of each misspelled word and its correction.
+ 
  == spellcheck.dictionary ==
  
  The name of the spellchecker to use. This defaults to "default". Can be used to invoke a specific spellchecker on a per request basis.