void SetResultRange( const ResultRange & resultRange );
Name | Description | |
---|---|---|
in | resultRange | Search range. |
Sets the search range.
The default is ResultRange()
. The maximum number of search results to get that can be specified with this function is DataStoreConstants::MAX_SEARCH_RESULT_SIZE
.
If you set RESULTRANGE_ANY_OFFSET
, the search results will be in quasi-random order, based on what is being sorted and the order in which it is being sorted. In this case, the maximum number of search results that can be specified is DataStoreConstants::MAX_SEARCH_ANY_RESULT_SIZE
.
RESULTRANGE_ANY_OFFSET
.CONFIDENTIAL