IFulltext Query OptionsTDocumentRand Seed 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
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> RandSeed(
int value
)VB
Function RandSeed (
value As Integer
) As IFulltextQueryOptions(Of TDocument)Parameters
- value Int32
- The value to use as seed.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.