Click or drag to resize
SphinxClientRunQueries Method
Runs the queries which have been added via the AddQuery method.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxSearchResultCollection RunQueries()

Return Value

Type: SphinxSearchResultCollection
An instance of SphinxSearchResultCollection containing the search results.
Remarks
No queries have been added to this instance. An error occured while executing the queries. See exception message and inner exception for details. After succesful execution, the queries are removed from the (internal) list of scheduled queries. In case of an exception, the queries are only removed if the exception was not thrown due to a network problem. In case of a network problem, you can call RunQueries again to execute the queries.
See Also