| Package | Description |
|---|---|
| com.groupdocs.search.dictionaries |
The package provides classes of various dictionaries.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AliasDictionary
Defines interface of a dictionary of aliases.
|
interface |
Alphabet
Defines interface of a dictionary of characters that is used during indexing to detect character type.
|
interface |
CharacterReplacementDictionary
Defines interface of a character replacement dictionary that is used during the indexing process.
|
interface |
HomophoneDictionary
Defines interface of a dictionary of heterographic homophones.
|
interface |
PasswordDictionary
Defines interface of a dictionary of document passwords.
|
interface |
SpellingCorrector
Defines interface of a spelling corrector for terms in a query.
|
interface |
StopWordDictionary
Defines interface of a dictionary of stop words.
|
interface |
SynonymDictionary
Defines interface of a dictionary of synonyms.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DictionaryBase |
Indexer.getDictionary(DictionaryType dictionaryType,
int shardIndex)
Gets a dictionary from the specified shard.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Indexer.setDictionary(DictionaryBase dictionary)
Sets a dictionary in all shards.
|
abstract void |
Indexer.setDictionary(DictionaryBase dictionary,
int shardIndex)
Sets a dictionary in the specified shard.
|
Copyright © 2026. All rights reserved.