 | 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: 5.4.1
Syntaxpublic SphinxSearchOptions SearchOptions { get; set; }
Public Property SearchOptions As SphinxSearchOptions
Get
Set
Property Value
Type:
SphinxSearchOptionsThe search options.
Exceptions
See Also