SearchPhase
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum SearchPhase extends Enum<SearchPhase>
Represents the search phases.
| Field | Description |
|---|---|
| AliasSubstitution | The alias substitution. |
| KeyboardLayoutCorrection | The keyboard layout correction. |
| SpellingCorrection | The spelling correction. |
| HomophoneSearch | The homophone search. |
| SynonymSearch | The synonym search. |
| WordFormsSearch | The word forms search. |
| FuzzySearch | The fuzzy search. |
| WildcardMatching | The wildcard matching. |
| RegexMatching | The regex matching. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final SearchPhase AliasSubstitution
The alias substitution.
public static final SearchPhase KeyboardLayoutCorrection
The keyboard layout correction.
public static final SearchPhase SpellingCorrection
The spelling correction.
public static final SearchPhase HomophoneSearch
The homophone search.
public static final SearchPhase SynonymSearch
The synonym search.
public static final SearchPhase WordFormsSearch
The word forms search.
public static final SearchPhase FuzzySearch
The fuzzy search.
public static final SearchPhase WildcardMatching
The wildcard matching.
public static final SearchPhase RegexMatching
The regex matching.
public static SearchPhase[] values()
Returns: com.groupdocs.search.events.SearchPhase[]
public static SearchPhase valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: SearchPhase
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.