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

------------------------------------------------------------------------------
  
  [[Anchor(configuration)]]
  = Configuration =
- The first step to use SpellCheckComponent is to specify the source of words 
which should be used for suggestions in 
[http://wiki.apache.org/solr/SolrConfigXml solrconfig.xml]. The words can 
loaded from a field in Solr, text files or even from fields in arbitary Lucene 
indices. A sample configuration for loading words from a field in Solr looks 
like the following:
+ The first step to use SpellCheckComponent is to specify the source of words 
which should be used for suggestions in 
[http://wiki.apache.org/solr/SolrConfigXml solrconfig.xml]. The words can be 
loaded from a field in Solr, text files or even from fields in arbitary Lucene 
indices. A sample configuration for loading words from a field in Solr looks 
like the following:
  [[Anchor(solrFieldSpellChecker)]]
  {{{
  <searchComponent name="spellcheck" 
class="org.apache.solr.handler.component.SpellCheckComponent">

Reply via email to