SearchPhaseEventArgs

Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs

public class SearchPhaseEventArgs extends BaseIndexEventArgs

Represents arguments for the search phase changing events.

Learn more

Methods

Method Description
getSearchPhase() Gets the search phase.
getQuery() Gets the initial query of the current search.
getWords() Gets the words obtained in the current phase.

getSearchPhase()

public final SearchPhase getSearchPhase()

Gets the search phase.

Returns: SearchPhase - The search phase.

getQuery()

public final String getQuery()

Gets the initial query of the current search.

Returns: java.lang.String - The initial query of the current search.

getWords()

public final String[] getWords()

Gets the words obtained in the current phase.

Returns: java.lang.String[] - The words obtained in the current phase.