 | IFulltextQueryOptionsTDocumentRandSeed Method |
Sets a specific seed value for an OrderBy(x => Function.Rand()) query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> RandSeed(
int value
)
Function RandSeed (
value As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- value
- Type: SystemInt32
The value to use as seed.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also