Class DummyCustomParamSpellChecker
java.lang.Object
org.apache.solr.spelling.SolrSpellChecker
org.apache.solr.handler.component.DummyCustomParamSpellChecker
public class DummyCustomParamSpellChecker
extends org.apache.solr.spelling.SolrSpellChecker
A Dummy SpellChecker for testing purposes
-
Field Summary
Fields inherited from class org.apache.solr.spelling.SolrSpellChecker
analyzer, DEFAULT_DICTIONARY_NAME, DICTIONARY_NAME, field, FIELD, FIELD_TYPE, fieldTypeName, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(org.apache.solr.core.SolrCore core, org.apache.solr.search.SolrIndexSearcher searcher) org.apache.solr.spelling.SpellingResultgetSuggestions(org.apache.solr.spelling.SpellingOptions options) voidreload(org.apache.solr.core.SolrCore core, org.apache.solr.search.SolrIndexSearcher searcher) Methods inherited from class org.apache.solr.spelling.SolrSpellChecker
getAccuracy, getDictionaryName, getQueryAnalyzer, getStringDistance, init, isSuggestionsMayOverlap, mergeSuggestions, modifyRequest
-
Constructor Details
-
DummyCustomParamSpellChecker
public DummyCustomParamSpellChecker()
-
-
Method Details
-
reload
public void reload(org.apache.solr.core.SolrCore core, org.apache.solr.search.SolrIndexSearcher searcher) throws IOException - Specified by:
reloadin classorg.apache.solr.spelling.SolrSpellChecker- Throws:
IOException
-
build
public void build(org.apache.solr.core.SolrCore core, org.apache.solr.search.SolrIndexSearcher searcher) throws IOException - Specified by:
buildin classorg.apache.solr.spelling.SolrSpellChecker- Throws:
IOException
-
getSuggestions
public org.apache.solr.spelling.SpellingResult getSuggestions(org.apache.solr.spelling.SpellingOptions options) throws IOException - Specified by:
getSuggestionsin classorg.apache.solr.spelling.SolrSpellChecker- Throws:
IOException
-