: It seems that spellchecker works great except all the "7 words you can't say : on TV" resolve to very important people, is there a way to contain just : certain words so they don't resolve?
I'm by no means an expert on the current machinations of the spellchecker component/handler code, but there was work being done along the lines of letting people customize how query strings were processed before the spelling lookup was done. skimming the wiki it looks like you could create a QueryConverter and configure it to ignore any words you want (or to use an analyzer with a stopword filter for example) http://wiki.apache.org/solr/SpellCheckComponent -Hoss