Click or drag to resize

SphinxAttributeMatchAttributeValue Property

Gets the attribute value.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public Object AttributeValue { get; }

Property Value

Type: Object
The attribute value.
Remarks
The actual type depends on type specified in the configuration for the index. sql_attr_bool is mapped to bool, sql_attr_float is mapped to float, sql_attr_timestamp is mapped to DateTime, sql_attr_bigint is mapped to long, sql_attr_uint is mapped to long, sql_attr_str2ordinal is mapped to long, sql_attr_multi is mapped to long[] for all supported types. sql_attr_string is mapped to string
See Also