Package org.apache.solr.spelling

Class Summary
AbstractLuceneSpellChecker Abstract base class for all Lucene-based spell checking implementations.
FileBasedSpellChecker A spell checker implementation that loads words from a text file (one word per line).
IndexBasedSpellChecker A spell checker implementation that loads words from Solr as well as arbitary Lucene indices.
QueryConverter The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.
SolrSpellChecker Refer to SpellCheckComponent for more details.
SpellingQueryConverter Converts the query string to a Collection of Lucene tokens using a regular expression.
SpellingResult Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.