 | IFulltextQueryOptionsTDocumentRandSeed Method |
Sets a specific seed value for an OrderBy(x => Function.Rand()) query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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