| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.events |
The package provides classes of event arguments.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IndexStatus |
Index.getIndexStatus(Index index) |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexStatus |
IndexInfo.getIndexStatus()
Gets the index status.
|
static IndexStatus |
IndexStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStatus[] |
IndexStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexStatus |
BaseIndexEventArgs.getStatus()
Gets the index status.
|
| Modifier and Type | Method and Description |
|---|---|
protected static BaseIndexEventArgs |
BaseIndexEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status) |
protected static FileIndexingEventArgs |
FileIndexingEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
Document document) |
protected static OptimizationProgressEventArgs |
OptimizationProgressEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalSegments,
int processedSegments) |
protected static OperationProgressEventArgs |
OperationProgressEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalDocumentsCount,
int processedDocumentsCount,
int skippedDocumentsCount,
String lastDocumentKey,
String lastDocumentPath,
DocumentStatus lastDocumentStatus) |
protected static SearchPhaseEventArgs |
SearchPhaseEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
SearchPhase searchPhase,
String[] words,
String query) |
protected static PasswordRequiredEventArgs |
PasswordRequiredEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String filePath) |
protected static IndexErrorEventArgs |
IndexErrorEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message,
boolean isCritical) |
protected static ImagePreparingEventArgs |
ImagePreparingEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] imageFrames,
InputStream imageStream) |
protected static OperationFinishedEventArgs |
OperationFinishedEventArgs.create(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message) |
| Constructor and Description |
|---|
BaseIndexEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status)
Initializes a new instance of the
BaseIndexEventArgs class. |
FileIndexingEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
Document document)
Initializes a new instance of the
FileIndexingEventArgs class. |
ImagePreparingEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] imageFrames,
InputStream imageStream)
Initializes a new instance of the
ImagePreparingEventArgs class. |
IndexErrorEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message,
boolean isCritical)
Initializes a new instance of the
IndexErrorEventArgs class. |
OperationFinishedEventArgs(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message)
Initializes a new instance of the
OperationFinishedEventArgs class. |
OperationProgressEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalDocumentsCount,
int processedDocumentsCount,
int skippedDocumentsCount,
String lastDocumentKey,
String lastDocumentPath,
DocumentStatus lastDocumentStatus)
Initializes a new instance of the
OperationProgressEventArgs class. |
OptimizationProgressEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalSegments,
int processedSegments)
Initializes a new instance of the
OptimizationProgressEventArgs class. |
PasswordRequiredEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String filePath)
Initializes a new instance of the
PasswordRequiredEventArgs class. |
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.