 | SphinxClientEncoding Property |
Gets or sets the encoding which is used when sending strings to searchd. Default is
UTF8.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Property Value
Type:
Encoding
RemarksThis is useful for indexes which are configured to use sbcs as character encoding.
For indexes which use UTF8, it is not necessary to change the default value.
See Also