public final class SearchPhase
extends com.aspose.ms.System.Enum
Represents the search phases.
Modifier and Type | Field and Description |
---|---|
static int |
AliasSubstitution
The alias substitution.
|
static int |
FuzzySearch
The fuzzy search.
|
static int |
HomophoneSearch
The homophone search.
|
static int |
KeyboardLayoutCorrection
The keyboard layout correction.
|
static int |
RegexMatching
The regex matching.
|
static int |
SpellingCorrection
The spelling correction.
|
static int |
SynonymSearch
The synonym search.
|
static int |
WildcardMatching
The wildcard matching.
|
static int |
WordFormsSearch
The word forms search.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int AliasSubstitution
The alias substitution.
public static final int KeyboardLayoutCorrection
The keyboard layout correction.
public static final int SpellingCorrection
The spelling correction.
public static final int HomophoneSearch
The homophone search.
public static final int SynonymSearch
The synonym search.
public static final int WordFormsSearch
The word forms search.
public static final int FuzzySearch
The fuzzy search.
public static final int WildcardMatching
The wildcard matching.
public static final int RegexMatching
The regex matching.