Uses of Class
org.apache.solr.spelling.AbstractLuceneSpellChecker

Packages that use AbstractLuceneSpellChecker
org.apache.solr.spelling   
 

Uses of AbstractLuceneSpellChecker in org.apache.solr.spelling
 

Subclasses of AbstractLuceneSpellChecker in org.apache.solr.spelling
 class FileBasedSpellChecker
           A spell checker implementation that loads words from a text file (one word per line).
 class IndexBasedSpellChecker
           A spell checker implementation that loads words from Solr as well as arbitary Lucene indices.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.