Click or drag to resize

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.3.0
Syntax
public Encoding Encoding { get; set; }

Property Value

Type: Encoding
Remarks
This 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