OperationType
OperationType enumeration
Represents an index operation type.
public enum OperationType
Values
| Name | Value | Description |
|---|---|---|
| Indexing | 0 |
Adding documents to an index. |
| Updating | 1 |
Updating documents in an index. |
| Merging | 2 |
Merging indexes. |
| Optimizing | 3 |
Optimizing an index. |
| Deleting | 4 |
Deleting paths from an index. |
See Also
- class OperationFinishedEventArgs
- namespace GroupDocs.Search.Events
- assembly GroupDocs.Search