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/SpellCheckComponent ------------------------------------------------------------------------------ The SpellCheckComponent is designed to provide inline spell checking of queries without having to issue separate requests. For discussion of the development of this feature, see [https://issues.apache.org/jira/browse/SOLR-572 SOLR-572]. The SpellCheckComponent can use the [http://wiki.apache.org/jakarta-lucene/SpellChecker Lucene SpellChecker] to give suggestion for given words, or one can implement their own spell checker using the SolrSpellChecker abstract base class. + + See also SpellCheckerRequestHandler for an alternate, older piece of code to do spell checking. [[Anchor(configuration)]] = Configuration =
