Click or drag to resize
RiakSearchRequest Properties

The RiakSearchRequest type exposes the following members.

Properties
  NameDescription
Public propertyDefaultOperation
The default operator for parsing queries.
Public propertyFilter
The filter to use for the search.
Public propertyPreSort
Presort the results by Key or Score.
Public propertyQuery
The query to run for the search.
Public propertyReturnFields
The list of fields that should be returned for each record in the result list.
Public propertyRows
The maximum number of rows to return.
Public propertySort
A RiakFluentSearch "filter" to run on the query.
Public propertyStart
The starting row to return.
Top
See Also