| Package | Description |
|---|---|
| com.groupdocs.search.events |
The package provides classes of event arguments.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPhase |
SearchPhaseEventArgs.getSearchPhase()
Gets the search phase.
|
static SearchPhase |
SearchPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchPhase[] |
SearchPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SearchPhaseEventArgs |
SearchPhaseEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
SearchPhase searchPhase,
String[] words,
String query) |
| Constructor and Description |
|---|
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. |
Copyright © 2026. All rights reserved.