string buildQueryParameter(
string
$name, string
$value, [bool
$withPrefix = true])
|
|
Builds a query parameter.
This is a helper function for getQueryStringPart(). If $fieldName is set, this function generates parameters for this specific field.
Tags:
Parameters:
void setLimit(
[integer
$limit = null])
|
|
Sets the maximum number of constraint counts.
This param indicates the maximum number of constraint counts that should be returned for the facet fields.
A negative value means unlimited. Passing null or calling this function without a parameter resets your setting to the server default.
Tags:
Parameters:
void setMinCount(
[integer
$minCount = null])
|
|
Sets the minimum counts for facet fields.
Passing null or calling this function without a parameter resets your setting to the server default.
Tags:
Parameters:
void setMissing(
[bool
$missing = null])
|
|
Include "missing value" as a facet count?
Set to "true" this param indicates that in addition to the Term based constraints of a facet field, a count of all matching results which have no value for the field should be computed.
Passing null or calling this function without a parameter resets your setting to the server default.
Tags:
Parameters:
void setOffset(
[integer
$offset = null])
|
|
Sets the offset for the the list of constraints to allow paging.
Passing null or calling this function without a parameter resets your setting to the server default.
Tags:
Parameters: