SearchPhase

SearchPhase enumeration

Represents the search phases.

public enum SearchPhase

Values

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