SearchPhase

Contents
[ ]

Inheritance: java.lang.Object, java.lang.Enum

public enum SearchPhase extends Enum<SearchPhase>

Represents the search phases.

Fields

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.

Methods

Method Description
values()
valueOf(String name)

AliasSubstitution

public static final SearchPhase AliasSubstitution

The alias substitution.

KeyboardLayoutCorrection

public static final SearchPhase KeyboardLayoutCorrection

The keyboard layout correction.

SpellingCorrection

public static final SearchPhase SpellingCorrection

The spelling correction.

HomophoneSearch

public static final SearchPhase HomophoneSearch

The homophone search.

SynonymSearch

public static final SearchPhase SynonymSearch

The synonym search.

WordFormsSearch

public static final SearchPhase WordFormsSearch

The word forms search.

FuzzySearch

public static final SearchPhase FuzzySearch

The fuzzy search.

WildcardMatching

public static final SearchPhase WildcardMatching

The wildcard matching.

RegexMatching

public static final SearchPhase RegexMatching

The regex matching.

values()

public static SearchPhase[] values()

Returns: com.groupdocs.search.events.SearchPhase[]

valueOf(String name)

public static SearchPhase valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: SearchPhase