Runs the queries which have been added via the AddQuery method.

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

Syntax

C#
public SphinxSearchResultCollection RunQueries()
Visual Basic
Public Function RunQueries As SphinxSearchResultCollection

Return Value

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