Click or drag to resize
SphinxType Enumeration
Specifies the data type of a field, a property, or a Parameter object.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public enum SphinxType
Members
  Member nameValueDescription
String0 A type representing Unicode character strings.
UInt1 A 32-bit unsigned integers with values between 0 and 4294967295.
BigInt2 A 64-bit signed integer.
Float3 A floating point number within the range of 1e-38 to 1e+38
Timestamp4 A Unix timestamp.
Bool5 A type representing Boolean values of true or false.
UBigInt6 A 64-bit unsigned integer.
MultiValue7 A type representing a multi-value attribute
See Also