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: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> RandSeed(
	int value
)

Parameters

value  Int32
The value to use as seed.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also