Example usage for org.apache.solr.common.params SpellingParams interface-usage

List of usage examples for org.apache.solr.common.params SpellingParams interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.common.params SpellingParams interface-usage.

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