The 4.x based spellcheck process just looks in the index and enumerates the terms, there's no special "sidecar" index. So you'd probably have to create a different field that contained only the words you wanted to be returned as possibilities....
Best Erick On Mon, Feb 18, 2013 at 5:06 AM, Hemant Verma <hemantverm...@gmail.com>wrote: > Hi All > > I have a use case where I have a list of words, on which I don't want to > perform spellcheck. > Like stemming ignores the words listed in protwords.txt file. > Any idea, how it can be solved? > > Thanks > Hemant > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SpellCheck-Ignore-list-of-words-tp4041099.html > Sent from the Solr - User mailing list archive at Nabble.com. >