See: Description
| Interface | Description |
|---|---|
| AliasDictionary |
Defines interface of a dictionary of aliases.
|
| Alphabet |
Defines interface of a dictionary of characters that is used during indexing to detect character type.
|
| CharacterReplacementDictionary |
Defines interface of a character replacement dictionary that is used during the indexing process.
|
| DictionaryBase |
Defines interface of a dictionary.
|
| HomophoneDictionary |
Defines interface of a dictionary of heterographic homophones.
|
| IWordFormsProvider |
Defines interface of a word forms provider.
|
| PasswordDictionary |
Defines interface of a dictionary of document passwords.
|
| SpellingCorrector |
Defines interface of a spelling corrector for terms in a query.
|
| StopWordDictionary |
Defines interface of a dictionary of stop words.
|
| SynonymDictionary |
Defines interface of a dictionary of synonyms.
|
| Class | Description |
|---|---|
| AliasReplacementPair |
Represents an alias/replacement pair.
|
| CharacterReplacementPair |
Represents a character/replacement pair.
|
| DictionaryRepository |
Represents a repository of all dictionaries in the
Index. |
| EnglishWordFormsProvider |
Represents an English word forms provider.
|
| Enum | Description |
|---|---|
| CharacterType |
Represents a type of a character, depending on how it should be indexed.
|
| DictionaryType |
Represents a type of a dictionary.
|
The package provides classes of various dictionaries.
Copyright © 2026. All rights reserved.