RiakSearchRequest Properties |
The RiakSearchRequest type exposes the following members.
Name | Description | |
---|---|---|
DefaultOperation |
The default operator for parsing queries.
| |
Filter |
The filter to use for the search.
| |
PreSort |
Presort the results by Key or Score.
| |
Query |
The query to run for the search.
| |
ReturnFields |
The list of fields that should be returned for each record in the result list.
| |
Rows |
The maximum number of rows to return.
| |
Sort |
A RiakFluentSearch "filter" to run on the query.
| |
Start |
The starting row to return.
|