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