Package | Description |
---|---|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<DirectSpellChecker.ScoreTerm> |
DirectSpellChecker.suggestSimilar(Term term,
int numSug,
IndexReader ir,
int docfreq,
int editDistance,
float accuracy,
CharsRefBuilder spare)
Provide spelling corrections based on several parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
DirectSpellChecker.ScoreTerm.compareTo(DirectSpellChecker.ScoreTerm other) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.