| OperationType Enumeration |
Indicates the type of operation.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public enum OperationType
Public Enumeration OperationType
Members
| Member name | Value | Description |
---|
| Query | 0 |
Indicates that the operation in progress is querying for documents.
|
| Save | 1 |
Indicates that the operation in progress is saving documents.
|
| Delete | 2 |
Indicates that the operation in progress is deleting documents.
|
| BuildSnippets | 3 |
Indicates that the operation in progress is building snippets.
|
| BuildKeywords | 4 |
Indicates that the operation in progress is building keywords.
|
| FlushIndex | 5 |
Indicates that the operation in progress is flushing an index.
|
| OptimizeIndex | 6 |
Indicates that the operation in progress is optimizing an index.
|
| TruncateIndex | 7 |
Indicates that the operation in progress is truncating an index.
|
| Suggestions | 8 |
Indicates that the operation in progress is getting suggestions.
|
See Also