SearchPhaseEventArgs
Leave feedback
On this page
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
| 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. |
public final SearchPhase getSearchPhase()
Gets the search phase.
Returns: SearchPhase - The search phase.
public final String getQuery()
Gets the initial query of the current search.
Returns: java.lang.String - The initial query of the current search.
public final String[] getWords()
Gets the words obtained in the current phase.
Returns: java.lang.String[] - The words obtained in the current phase.
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.