DictionaryType
DictionaryType enumeration
Represents a type of a dictionary.
public enum DictionaryType
Values
| Name | Value | Description |
|---|---|---|
| Alphabet | 0 |
The alphabet. |
| AliasDictionary | 1 |
The alias dictionary. |
| CharacterReplacementDictionary | 2 |
The character replacement dictionary. |
| SynonymDictionary | 3 |
The synonym dictionary. |
| HomophoneDictionary | 4 |
The homophone dictionary. |
| SpellingCorrector | 5 |
The spelling corrector. |
| StopWordDictionary | 6 |
The stop word dictionary. |
| PasswordDictionary | 7 |
The password dictionary. |
| TokenizationDictionary | 8 |
The tokenization dictionary. |
See Also
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search