Package | Description |
---|---|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
Modifier and Type | Class | Description |
---|---|---|
class |
HighFrequencyDictionary |
HighFrequencyDictionary: terms taken from the given field
of a Lucene index, which appear in a number of documents
above a given threshold.
|
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 | Description |
---|---|---|
void |
SpellChecker.indexDictionary(Dictionary dict,
org.apache.lucene.index.IndexWriterConfig config,
boolean fullMerge) |
Indexes the data from the given
Dictionary . |
Modifier and Type | Class | Description |
---|---|---|
class |
FileDictionary |
Dictionary represented by a text file.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Lookup.build(Dictionary dict) |
Build lookup from a dictionary.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.