Click or drag to resize
SphinxClient Properties

The SphinxClient type exposes the following members.

Properties
  NameDescription
Public propertyConnectTimeout
Gets or sets the connect timeout. Default is 30 seconds.
Public propertyEncoding
Gets or sets the encoding which is used when sending strings to searchd. Default is UTF8.
Public propertyHost
Gets or sets the host on which searchd is running. Default is 127.0.0.1.
Public propertyIPEndpoint
Gets or sets the ip end point of searchd. Alternatively Host and Port properties can be used.
Public propertyIsConnected Obsolete.
Gets a value indicating whether the current instance is connected to Sphinx.
Public propertyPort
Gets or sets the port on which searchd is listening. Default is 9312.
Public propertySearchOptions
Gets or sets the search options which are applied when a query is sent to searchd.
Public propertyCode exampleVersion
Gets or sets the version of Sphinx which this instance will connect to. Default is 2.0.5.
Top
See Also