Class DummyCustomParamSpellChecker
- java.lang.Object
 - 
- org.apache.solr.spelling.SolrSpellChecker
 - 
- org.apache.solr.handler.component.DummyCustomParamSpellChecker
 
 
 
- 
public class DummyCustomParamSpellChecker extends org.apache.solr.spelling.SolrSpellCheckerA Dummy SpellChecker for testing purposes 
- 
- 
Constructor Summary
Constructors Constructor Description DummyCustomParamSpellChecker() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(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) 
 - 
 
- 
- 
Method Detail
- 
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
 
 - 
 
 -