Click or drag to resize

IFulltextQueryOptionsTDocumentRetryCount Method

The number of retries for a distributed query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> RetryCount(
	int count
)

Parameters

count
Type: SystemInt32
The number of retries.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also