Add a stopwordfilter to your spellcheck field.
-----Original message-----
> From:Matthias Müller <mm4...@googlemail.com>
> Sent: Thu 31-May-2012 18:39
> To: solr-user@lucene.apache.org
> Subject: Stop Words in SpellCheckComponent
>
> Hi,
>
> is it possible to configure a stopword list to the SpellCheckComponent?
>
> For example:
> When searching for "the indexs" "the" is filtered, because it is a stopword.
> The SpellCheckComponent gives me a false suggestion for "the".
> But the SpellCheckComponent should only give a suggestion for "index"
> because "the" is a stopword.
>
> Kind Regards
>
> Matthias
>