Represents the search phases.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
SyntaxPublic Enumeration SearchPhase
public enum class SearchPhase
Members
| Member name | Value | Description |
---|
| AliasSubstitution | 0 |
The alias substitution.
|
| KeyboardLayoutCorrection | 1 |
The keyboard layout correction.
|
| SpellingCorrection | 2 |
The spelling correction.
|
| HomophoneSearch | 3 |
The homophone search.
|
| SynonymSearch | 4 |
The synonym search.
|
| WordFormsSearch | 5 |
The word forms search.
|
| FuzzySearch | 6 |
The fuzzy search.
|
| WildcardMatching | 7 |
The wildcard matching.
|
| RegexMatching | 8 |
The regex matching.
|
See Also