CharacterType Enumeration |
Represents a type of a character, depending on how it should be indexed.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic enum CharacterType
Public Enumeration CharacterType
public enum class CharacterType
Members
| Member name | Value | Description |
---|
| Separator | 1 |
The separator character.
|
| Letter | 2 |
The valid character.
|
| Blended | 3 |
Both the separator and the valid character.
|
| SeparateWord | 4 |
The character that represents a whole word.
|
See Also