Sphinx Type Enumeration
Specifies the data type of a field, a property, or a Parameter object.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public enum SphinxTypeVB
Public Enumeration SphinxTypeMembers
| String | 0 | A type representing Unicode character strings. |
| UInt | 1 | A 32-bit unsigned integers with values between 0 and 4294967295. |
| BigInt | 2 | A 64-bit signed integer. |
| Float | 3 | A floating point number within the range of 1e-38 to 1e+38 |
| Timestamp | 4 | A Unix timestamp. |
| Bool | 5 | A type representing Boolean values of true or false. |
| UBigInt | 6 | A 64-bit unsigned integer. |
| MultiValue | 7 | A type representing a multi-value attribute |