I’ve done something similar to this using the the EdgeNGram not the
spellchecker component, I don’t know if this is along with your requirements:
The relevant portion of my fieldType config:
class="solr.SpellCheckComponent">
>
>
Alexander,
You could use a higher value for spellcheck.count, maybe 20 or so, then in your
application pick out the suggestions that make changes on the right side.
Another option is to use DirectSolrSpellChecker (usually a better choice
anyhow) and set the "minPrefix" field. This will require