Constants¶
DEFAULT_LIMIT ¶
AbstractTermAggregation.php
:
15
|
|
DEFAULT_MIN_COUNT ¶
AbstractTermAggregation.php
:
16
|
|
TYPE_ALPHA_2 ¶
CountryTermAggregation.php
:
15
|
|
TYPE_ALPHA_3 ¶
CountryTermAggregation.php
:
16
|
|
TYPE_IDC ¶
CountryTermAggregation.php
:
14
|
|
TYPE_NAME ¶
CountryTermAggregation.php
:
13
|
|
Properties¶
$contentTypeIdentifier¶
FieldAggregationTrait.php
:
14
|
|
$fieldDefinitionIdentifier¶
FieldAggregationTrait.php
:
17
|
|
$limit¶
AbstractTermAggregation.php
:
30
Number of facets (terms) returned.
|
|
$minCount¶
AbstractTermAggregation.php
:
37
Specifies the minimum count. Only facet groups with more or equal results are returned.
|
|
$name¶
AbstractTermAggregation.php
:
23
The name of the aggregation.
|
|
Methods¶
__construct() ¶
CountryTermAggregation.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$name | string | - | - |
$contentTypeIdentifier | string | - | - |
$fieldDefinitionIdentifier | string | - | - |
$type | int | CountryTermAggregation::TYPE_ALPHA_3 | - |
getContentTypeIdentifier() ¶
FieldAggregationTrait.php
:
19
|
|
Return values
string
getFieldDefinitionIdentifier() ¶
FieldAggregationTrait.php
:
24
|
|
Return values
string
getLimit() ¶
AbstractTermAggregation.php
:
49
|
|
Return values
int
getMinCount() ¶
AbstractTermAggregation.php
:
61
|
|
Return values
int
getName() ¶
AbstractTermAggregation.php
:
44
|
|
Return values
string
getType() ¶
CountryTermAggregation.php
:
32
|
|
Return values
int
setLimit() ¶
AbstractTermAggregation.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$limit | int | - | - |
Return values
self
setMinCount() ¶
AbstractTermAggregation.php
:
66
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$minCount | int | - | - |
Return values
self