List of usage examples for org.apache.solr.common.params SpellingParams interface-usage
From source file org.dice.solrenhancements.spellchecker.DiceSpellCheckComponent.java
/**
* A SearchComponent implementation which provides support for spell checking
* and suggestions using the Lucene contributed SpellChecker.
*
* <p>
* Refer to http://wiki.apache.org/solr/SpellCheckComponent for more details