|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringDistance | |
---|---|
org.apache.lucene.search.spell | Suggest alternate spellings for words. |
Uses of StringDistance in org.apache.lucene.search.spell |
---|
Classes in org.apache.lucene.search.spell that implement StringDistance | |
---|---|
class |
JaroWinklerDistance
|
class |
LevensteinDistance
Levenshtein edit distance class. |
Methods in org.apache.lucene.search.spell that return StringDistance | |
---|---|
StringDistance |
SpellChecker.getStringDistance()
|
Methods in org.apache.lucene.search.spell with parameters of type StringDistance | |
---|---|
void |
SpellChecker.setStringDistance(StringDistance sd)
|
Constructors in org.apache.lucene.search.spell with parameters of type StringDistance | |
---|---|
SpellChecker(Directory spellIndex,
StringDistance sd)
Use the given directory as a spell checker index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |