Uses of Class
org.apache.lucene.search.spell.CombineSuggestion

Packages that use CombineSuggestion
org.apache.lucene.search.spell Suggest alternate spellings for words. 
 

Uses of CombineSuggestion in org.apache.lucene.search.spell
 

Methods in org.apache.lucene.search.spell that return CombineSuggestion
 CombineSuggestion[] WordBreakSpellChecker.suggestWordCombinations(Term[] terms, int maxSuggestions, IndexReader ir, SuggestMode suggestMode)
           Generate suggestions by combining one or more of the passed-in terms into single words.
 



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