Click or drag to resize
SphinxClientSearchOptions Property
Gets or sets the search options which are applied when a query is sent to searchd.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxSearchOptions SearchOptions { get; set; }

Property Value

Type: SphinxSearchOptions
The search options.
Exceptions
ExceptionCondition
ArgumentExceptionVersion does not match Version.
See Also