Gets or sets the encoding which is used when sending strings to searchd. Default is UTF8.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.8.0.26312 (2.8.0.26312)

Syntax

C#
public Encoding Encoding { get; set; }
Visual Basic
Public Property Encoding As Encoding
	Get
	Set

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