IFulltextQueryOptionsTDocumentRandSeed Method

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> RandSeed(
	int value
)

Parameters

value  Int32
The value to use as seed.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also