Uses of Package
org.apache.lucene.search.spell

Packages that use org.apache.lucene.search.spell
org.apache.lucene.search.spell Suggest alternate spellings for words. 
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
 

Classes in org.apache.lucene.search.spell used by org.apache.lucene.search.spell
CombineSuggestion
          A suggestion generated by combining one or more original query terms
Dictionary
          A simple interface representing a Dictionary.
DirectSpellChecker.ScoreTerm
          Holds a spelling correction for internal usage inside DirectSpellChecker.
StringDistance
          Interface for string distances.
SuggestMode
          Set of strategies for suggesting related terms
SuggestWord
          SuggestWord, used in suggestSimilar method in SpellChecker class.
TermFreqIterator
          Interface for enumerating term,weight pairs.
WordBreakSpellChecker.BreakSuggestionSortMethod
           Determines the order to list word break suggestions
 

Classes in org.apache.lucene.search.spell used by org.apache.lucene.search.suggest
Dictionary
          A simple interface representing a Dictionary.
TermFreqIterator
          Interface for enumerating term,weight pairs.
 



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