Uses of Class
org.apache.solr.spelling.AbstractLuceneSpellChecker
-
Packages that use AbstractLuceneSpellChecker Package Description org.apache.solr.spelling APIs and classes used by theSpellCheckComponent -
-
Uses of AbstractLuceneSpellChecker in org.apache.solr.spelling
Subclasses of AbstractLuceneSpellChecker in org.apache.solr.spelling Modifier and Type Class Description classFileBasedSpellCheckerA spell checker implementation that loads words from a text file (one word per line).classIndexBasedSpellCheckerA spell checker implementation that loads words from Solr as well as arbitrary Lucene indices.
-