Package | Description |
---|---|
com.groupdocs.search.dictionaries |
The package provides classes of various dictionaries.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasDictionary
Represents a dictionary of aliases.
|
class |
Alphabet
Represents a dictionary of characters that is used during indexing to detect character type.
|
class |
CharacterReplacementDictionary
Represents a character replacement dictionary that is used during the indexing process.
|
class |
HomophoneDictionary
Represents a dictionary of heterographic homophones.
|
class |
PasswordDictionary
Represents a dictionary of document passwords.
|
class |
SpellingCorrector
Represents a spelling corrector for terms in a query.
|
class |
StopWordDictionary
Represents a dictionary of stop words.
|
class |
SynonymDictionary
Represents a dictionary of synonyms.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
DictionaryRepository.load(DictionaryBase dictionary) |
protected static void |
DictionaryRepository.loadDefault(DictionaryBase dictionary) |
protected abstract void |
DictionaryBase.merge(DictionaryBase dictionaryBase)
Merges the specified dictionary into the current dictionary.
|
protected static void |
DictionaryRepository.merge(DictionaryBase dictionary,
DictionaryBase other) |
protected static void |
DictionaryRepository.save(DictionaryBase dictionary) |