Trait IndexTrait
Allows easy code sharing for Bucket getters / setters within the Command Builders
Direct Known Users
Namespace: Basho\Riak\Command\Builder
Author: Alex Moore
Located at Riak/Command/Builder/IndexTrait.php
Author: Alex Moore
Located at Riak/Command/Builder/IndexTrait.php
Methods summary
public
string|null
|
|
public
string|integer|null
|
|
public
string|integer|null
|
|
public
string|integer|null
|
|
public
boolean
|
|
public
boolean
|
|
public
null|string
|
|
public
integer|null
|
|
public
boolean|null
|
|
public
boolean|null
|
|
public
null|string
|
|
public
integer|null
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Properties summary
protected
string|null
|
$indexName
The name of the index to query. |
#
NULL
|
protected
string|integer|null
|
$match
The index match value for scalar queries. |
#
NULL
|
protected
string|integer|null
|
$lowerBound
The index lower bound value for range queries. |
#
NULL
|
protected
string|integer|null
|
$upperBound
The index upper bound value for range queries. |
#
NULL
|
protected
string|null
|
$continuation
The continuation string for this query. Used to page results when combined with MaxResults. |
#
NULL
|
protected
integer|null
|
$maxResults
The maximum number of results returned by the query. |
|
protected
boolean|null
|
$returnTerms
The option to return the index keys with the Riak object keys. |
|
protected
boolean|null
|
$paginationSort
The option to sort, or not sort, the results of a non-paginated secondary index query. If MaxResults is set, this property is ignored. By default results are sorted first by index value, then by key value. |
|
protected
string|null
|
$termFilter
The option to filter result terms with a Regex. |
|
protected
integer|null
|
$timeout
|