I was trying to build spell checker on the top of solr. The basic information looks good enough http://wiki.apache.org/solr/SpellCheckComponent#Introduction
Can I somehow limit the scope of spell checker to a specific query. For e.g I want the spell checker to just correct spelling where genre=international. (genre is a text field defined in my schema.xml)
EDIT
To make the question more precise: How can I filter query for spell checker component. fq=genre:music&query=jacksn
Then the spell corrector should look only into the document which have genre:music