Struct riak::yokozuna::SearchQuery [] [src]

pub struct SearchQuery(_);

SearchQuery represents a query that can be performed on Riak

Methods

impl SearchQuery
[src]

constructs a new SearchQuery

get the "q" property

set the "q" property

get the "index" property

set the "index" property

get the "rows" property

set the "rows" property

get the "start" property

set the "start" property

get the "sort" property

set the "sort" property

get the "filter" property

set the "filter" property

get the "df" property

set the "df" property

get the "op" property

set the "op" property

get the "fl" property

set the "fl" property

get the "presort" property

set the "presort" property

Trait Implementations

impl Clone for SearchQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchQuery
[src]

Formats the value using the given formatter.