AttributeBooleanTermAggregation
AttributeBooleanTermAggregation.php
:
11
Final
Extends AbstractAttributeTermAggregation
Constants¶
DEFAULT_LIMIT ¶
AbstractTermAggregation.php
:
15
|
|
DEFAULT_MIN_COUNT ¶
AbstractTermAggregation.php
:
16
|
|
Properties¶
$limit
¶
AbstractTermAggregation.php
:
26
Number of facets (terms) returned.
|
|
$minCount
¶
AbstractTermAggregation.php
:
31
Specifies the minimum count. Only facet groups with more or equal results are returned.
|
|
$name
¶
AbstractTermAggregation.php
:
21
The name of the aggregation.
|
|
Methods¶
__construct()
¶
AbstractAttributeTermAggregation.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$name | string | - | - |
$attributeDefinitionIdentifier | string | - | - |
getAttributeDefinitionIdentifier()
¶
AttributeAggregationTrait.php
:
16
|
|
Return values
string
getLimit()
¶
AbstractTermAggregation.php
:
43
|
|
Return values
int
getMinCount()
¶
AbstractTermAggregation.php
:
55
|
|
Return values
int
getName()
¶
AbstractTermAggregation.php
:
38
|
|
Return values
string
setLimit()
¶
AbstractTermAggregation.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$limit | int | - | - |
Return values
self
setMinCount()
¶
AbstractTermAggregation.php
:
60
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$minCount | int | - | - |
Return values
self