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: 3.12.6
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