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
-
-
Constructor Summary
Constructors Constructor Description DummyCustomParamSpellChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(org.apache.solr.core.SolrCore core, org.apache.solr.search.SolrIndexSearcher searcher)
org.apache.solr.spelling.SpellingResult
getSuggestions(org.apache.solr.spelling.SpellingOptions options)
void
reload(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:
reload
in 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:
build
in 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:
getSuggestions
in classorg.apache.solr.spelling.SolrSpellChecker
- Throws:
IOException
-
-