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 and 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 and Description |
---|---|
void |
SpellChecker.indexDictionary(Dictionary dict,
IndexWriterConfig config,
boolean fullMerge)
Indexes the data from the given
Dictionary . |
Modifier and Type | Class and Description |
---|---|
class |
DocumentDictionary
Dictionary with terms, weights, payload (optional) and contexts (optional)
information taken from stored/indexed fields in a Lucene index.
|
class |
DocumentValueSourceDictionary
Dictionary with terms and optionally payload information
taken from stored fields in a Lucene index.
|
class |
FileDictionary
Dictionary represented by a text file.
|
Modifier and Type | Method and Description |
---|---|
void |
Lookup.build(Dictionary dict)
Build lookup from a dictionary.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.