Operation Type Enumeration
Indicates the type of operation.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public enum OperationTypeVB
Public Enumeration OperationTypeMembers
| 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. |