Click or drag to resize

IFulltextQueryOptionsTDocumentRandSeed Method

Sets a specific seed value for an OrderBy(x => Function.Rand()) query.

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

Parameters

value
Type: SystemInt32
The value to use as seed.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also