public class SearchPhaseEventArgs extends BaseIndexEventArgs
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
SearchPhaseEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
SearchPhase searchPhase,
String[] words,
String query)
Initializes a new instance of the
SearchPhaseEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static SearchPhaseEventArgs |
create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
SearchPhase searchPhase,
String[] words,
String query) |
String |
getQuery()
Gets the initial query of the current search.
|
SearchPhase |
getSearchPhase()
Gets the search phase.
|
String[] |
getWords()
Gets the words obtained in the current phase.
|
create, getIndexFolder, getIndexId, getStatus, getTimeprotected SearchPhaseEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
SearchPhase searchPhase,
String[] words,
String query)
Initializes a new instance of the SearchPhaseEventArgs class.
indexId - The index ID.indexFolder - The index folder.status - The index status.searchPhase - The search phase.words - The words.query - The search query.protected static SearchPhaseEventArgs create(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, SearchPhase searchPhase, String[] words, String query)
public final String getQuery()
Gets the initial query of the current search.
public final SearchPhase getSearchPhase()
Gets the search phase.
public final String[] getWords()
Gets the words obtained in the current phase.
Copyright © 2026. All rights reserved.