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 2009/02/05 20:46:44 UTC

[Solr Wiki] Update of "SpellCheckerRequestHandler" by GrantIngersoll

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 GrantIngersoll:
http://wiki.apache.org/solr/SpellCheckerRequestHandler

------------------------------------------------------------------------------
- The [http://lucene.apache.org/solr/api/org/apache/solr/handler/SpellCheckerRequestHandler.html SpellCheckerRequestHandler] is designed to process a word (or several words) as the value of the "q" parameter and returns a list of alternative spelling suggestions.  The spellchecker used by this handler is the Lucene contrib [http://wiki.apache.org/jakarta-lucene/SpellChecker SpellChecker].  The SpellCheckerRequestHandler is deprecated.  See the SpellCheckComponent.
+ The [http://lucene.apache.org/solr/api/org/apache/solr/handler/SpellCheckerRequestHandler.html SpellCheckerRequestHandler] is designed to process a word (or several words) as the value of the "q" parameter and returns a list of alternative spelling suggestions.  The spellchecker used by this handler is the Lucene contrib [http://wiki.apache.org/jakarta-lucene/SpellChecker SpellChecker].  The SpellCheckerRequestHandler is still available in Solr, but is no longer recommended for use.  See the SpellCheckComponent.
  
  <!> ["Solr1.3"]
  
@@ -43, +43 @@

    </analyzer>
  </fieldType>
  }}}
+ 
+ 
+ <!> See SpellCheckAnalysis for information on the importance of Analysis in Spell Checking. <!>
  
  To automatically populate this field with the contents of another field when a document is added to the index, simply use a copyField: