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 Matthew: http://wiki.apache.org/solr/SpellCheckComponent ------------------------------------------------------------------------------ = Introduction = - The SpellCheckComponent is designed to provide inline spell checking of queries without having to issue separate requests. It is currently not committed to Solr, but exists at [https://issues.apache.org/jira/browse/SOLR-572 SOLR-572] + 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.
