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 14:05:05 UTC

[Solr Wiki] Update of "FileBasedSpellChecker" 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/FileBasedSpellChecker

New page:
= Intro =

The !FileBasedSpellChecker uses a flat file to build a Lucene contrib/spellcheck index.  There is currently no frequency information used in calculating spelling suggestions, so the SpellCheckComponent will not be able to provide "only more popular" or other frequency based information.  As a workaround, it isn't all that hard to create an index from a file and have it weight the terms.

= Format =

The file format is one word per line, as in 
{{{
pizza
history
junk
}}}