|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dictionary | |
---|---|
org.apache.lucene.search.spell | Suggest alternate spellings for words. |
org.apache.lucene.search.suggest | Support for Autocomplete/Autosuggest |
Uses of Dictionary in org.apache.lucene.search.spell |
---|
Classes in org.apache.lucene.search.spell that implement Dictionary | |
---|---|
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. |
Methods in org.apache.lucene.search.spell with parameters of type Dictionary | |
---|---|
void |
SpellChecker.indexDictionary(Dictionary dict,
IndexWriterConfig config,
boolean fullMerge)
Indexes the data from the given Dictionary . |
Uses of Dictionary in org.apache.lucene.search.suggest |
---|
Classes in org.apache.lucene.search.suggest that implement Dictionary | |
---|---|
class |
FileDictionary
Dictionary represented by a text file. |
Methods in org.apache.lucene.search.suggest with parameters of type Dictionary | |
---|---|
void |
Lookup.build(Dictionary dict)
Build lookup from a dictionary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |