RiakSearchRequestRows Property |
The maximum number of rows to return.
Namespace:
RiakClient.Models.Search
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public long Rows { get; set; }
member Rows : int64 with get, set
Property Value
Type:
Int64Remarks
Combine with
Start to implement paging.
Distributed pagination in Riak Search cannot be used reliably when sorting on fields
that can have different values per replica of the same object, namely score and _yz_id.
In the case of sorting by these fields, you may receive redundant objects.
In the case of score, the top-N can return different results over multiple runs.
See Also