| Package | Description |
|---|---|
| org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneDictionary
Lucene Dictionary: terms taken from the given field
of a Lucene index.
|
class |
PlainTextDictionary
Dictionary represented by a text file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpellChecker.indexDictionary(Dictionary dict)
Indexes the data from the given
Dictionary. |
void |
SpellChecker.indexDictionary(Dictionary dict,
int mergeFactor,
int ramMB)
Indexes the data from the given
Dictionary. |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.